slightly better error reporting from app to gui

This commit is contained in:
Stefan Tröger
2013-10-24 17:46:28 +02:00
parent 932c4b5e11
commit dd1044a5e8
6 changed files with 22 additions and 21 deletions

View File

@@ -28,6 +28,7 @@
#endif
#include "ViewProvider.h"
#include <ItemAssembly.h>
#include <Gui/Command.h>
//#include <Gui/Document.h>
@@ -54,4 +55,3 @@ bool ViewProviderItem::doubleClicked(void)
return true;
}