Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -311,7 +311,7 @@ TextSet getUIStrings(Base::Type attacherType, eMapMode mmode)
|
||||
}
|
||||
}
|
||||
|
||||
Base::Console().Warning("No user-friendly string defined for this attachment mode and attacher type: %s %s \n",AttachEngine::getModeName(mmode).c_str(), attacherType.getName());
|
||||
Base::Console().warning("No user-friendly string defined for this attachment mode and attacher type: %s %s \n",AttachEngine::getModeName(mmode).c_str(), attacherType.getName());
|
||||
return TwoStrings(QString::fromStdString(AttachEngine::getModeName(mmode)), QString());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user