Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -107,7 +107,7 @@ void QGITile::makeSymbol()
|
||||
return;
|
||||
}
|
||||
if (!m_qgSvg->load(&qba)) {
|
||||
Base::Console().Error("Error - Could not load SVG renderer with **%s**\n", qPrintable(m_svgPath));
|
||||
Base::Console().error("Error - Could not load SVG renderer with **%s**\n", qPrintable(m_svgPath));
|
||||
return;
|
||||
}
|
||||
m_qgSvg->setScale(getSymbolFactor());
|
||||
|
||||
Reference in New Issue
Block a user