Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -139,7 +139,7 @@ void QGIViewSymbol::symbolToSvg(QByteArray qba)
|
||||
|
||||
prepareGeometryChange();
|
||||
if (!m_svgItem->load(&qba)) {
|
||||
Base::Console().Error("Error - Could not load Symbol into SVG renderer for %s\n",
|
||||
Base::Console().error("Error - Could not load Symbol into SVG renderer for %s\n",
|
||||
getViewName());
|
||||
}
|
||||
m_svgItem->centerAt(0., 0.);
|
||||
|
||||
Reference in New Issue
Block a user