Base: rename Exception's PascalCase methods to camelCase
This commit is contained in:
@@ -149,7 +149,7 @@ void FitBSplineCurveWidget::tryCommand(const QString& cmd)
|
||||
}
|
||||
catch (const Base::Exception& e) {
|
||||
Gui::Command::abortCommand();
|
||||
e.ReportException();
|
||||
e.reportException();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user