Console: rename PascalCase named methods to camelCase
This commit is contained in:
@@ -731,7 +731,7 @@ CmdTechDrawSectionGroup::CmdTechDrawSectionGroup() : Command("TechDraw_SectionGr
|
||||
|
||||
void CmdTechDrawSectionGroup::activated(int iMsg)
|
||||
{
|
||||
// Base::Console().Message("CMD::SectionGrp - activated(%d)\n", iMsg);
|
||||
// Base::Console().message("CMD::SectionGrp - activated(%d)\n", iMsg);
|
||||
Gui::TaskView::TaskDialog* dlg = Gui::Control().activeDialog();
|
||||
if (dlg) {
|
||||
QMessageBox::warning(Gui::getMainWindow(), QObject::tr("Task In Progress"),
|
||||
@@ -749,7 +749,7 @@ void CmdTechDrawSectionGroup::activated(int iMsg)
|
||||
execComplexSection(this);
|
||||
break;
|
||||
default:
|
||||
Base::Console().Message("CMD::SectionGrp - invalid iMsg: %d\n", iMsg);
|
||||
Base::Console().message("CMD::SectionGrp - invalid iMsg: %d\n", iMsg);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user