Base: rename Exception's PascalCase methods to camelCase
This commit is contained in:
@@ -389,7 +389,7 @@ void MacroManager::run(MacroType eType, const char *sName)
|
||||
throw;
|
||||
}
|
||||
catch (const Base::PyException& e) {
|
||||
e.ReportException();
|
||||
e.reportException();
|
||||
}
|
||||
catch (const Base::Exception& e) {
|
||||
qWarning("%s",e.what());
|
||||
|
||||
Reference in New Issue
Block a user