qml: compile fix with namespaces

This commit is contained in:
hjk
2010-02-24 11:05:59 +01:00
parent 7c790c1e1b
commit f8004713a6
2 changed files with 0 additions and 4 deletions

View File

@@ -53,10 +53,8 @@ protected:
} // namespace QmlProjectManager
QT_BEGIN_NAMESPACE
QML_DECLARE_TYPE(QmlProjectManager::QmlProjectItem);
QML_DECLARE_TYPE(QmlProjectManager::QmlProjectContentItem);
QT_END_NAMESPACE
Q_DECLARE_METATYPE(QList<QmlProjectManager::QmlProjectContentItem *>);