renamed method logError to collectErrorForUI

This commit is contained in:
grindhold
2014-11-21 19:02:27 +01:00
parent f954b07958
commit 61a380a2d4
5 changed files with 5 additions and 5 deletions

View File

@@ -182,7 +182,7 @@ public:
protected:
// create a view for the model
virtual PluginView* instantiateView( QWidget* ) = 0;
void logError( QString err_msg );
void collectErrorForUI( QString err_msg );
private: