qml: compile fix with namespaces

This commit is contained in:
hjk
2010-02-17 17:08:51 +01:00
parent b6a99c4e4f
commit 3d8b17aeb5
13 changed files with 34 additions and 18 deletions

View File

@@ -53,9 +53,11 @@ protected:
} // namespace QmlProjectManager
QT_BEGIN_NAMESPACE
QML_DECLARE_TYPE(QmlProjectManager::QmlProjectItem);
QML_DECLARE_TYPE(QmlProjectManager::QmlProjectContentItem);
Q_DECLARE_METATYPE(QList<QmlProjectManager::QmlProjectContentItem *>);
QT_DECLARE_METATYPE(QList<QmlProjectManager::QmlProjectContentItem *>);
QT_END_NAMESPACE
#endif // PROJECTITEM_H