Base: rename Exception's PascalCase methods to camelCase

This commit is contained in:
Ladislav Michl
2025-05-01 10:14:18 +02:00
parent bf4ace0957
commit 9683cf1e4f
128 changed files with 394 additions and 394 deletions

View File

@@ -405,7 +405,7 @@ void CmdPartDesignSubShapeBinder::activated(int iMsg)
updateActive();
commitCommand();
} catch (Base::Exception &e) {
e.ReportException();
e.reportException();
QMessageBox::critical(Gui::getMainWindow(),
QObject::tr("Sub-Shape Binder"), QApplication::translate("Exception", e.what()));
abortCommand();
@@ -1288,7 +1288,7 @@ void CmdPartDesignGroove::activated(int iMsg)
FCMD_OBJ_CMD(Feat,"Reversed = 1");
}
catch (const Base::Exception& e) {
e.ReportException();
e.reportException();
}
finishProfileBased(cmd, sketch, Feat);