Core: Move Q_DECLARE_METATYPE for IEditor to ieditor.h

Fixes a gcc warning about different visibility of struct in files.

Reviewed-by: con
This commit is contained in:
Kai Koehne
2010-12-06 09:47:43 +01:00
parent 48c2dccd75
commit f7fecfa07c
9 changed files with 4 additions and 15 deletions

View File

@@ -72,8 +72,6 @@ using Core::EditorManager;
using namespace QmlDesigner;
Q_DECLARE_METATYPE(Core::IEditor*)
enum {
debug = false
};