Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -50,7 +50,7 @@ short SketchObjectSF::mustExecute() const
|
||||
|
||||
App::DocumentObjectExecReturn* SketchObjectSF::execute()
|
||||
{
|
||||
Base::Console().Warning(
|
||||
Base::Console().warning(
|
||||
"%s: This feature is deprecated and won't be longer supported in future FreeCAD versions\n",
|
||||
this->getNameInDocument());
|
||||
// do nothing
|
||||
|
||||
Reference in New Issue
Block a user