Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -136,7 +136,7 @@ void QGIViewClip::drawClip()
|
||||
qgiv->show();
|
||||
}
|
||||
} else {
|
||||
Base::Console().Warning("Logic error? - drawClip() - qgiv for %s not found\n", (*it).c_str()); //gview for feature !exist
|
||||
Base::Console().warning("Logic error? - drawClip() - qgiv for %s not found\n", (*it).c_str()); //gview for feature !exist
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user