compile fix with namespaces until the qml staging branch is merged again

This commit is contained in:
hjk
2010-02-17 17:21:37 +01:00
parent d614b6a8f5
commit e5eff803a5

View File

@@ -56,8 +56,8 @@ protected:
QT_BEGIN_NAMESPACE
QML_DECLARE_TYPE(QmlProjectManager::QmlProjectItem);
QML_DECLARE_TYPE(QmlProjectManager::QmlProjectContentItem);
QT_DECLARE_METATYPE(QList<QmlProjectManager::QmlProjectContentItem *>);
QT_END_NAMESPACE
Q_DECLARE_METATYPE(QList<QmlProjectManager::QmlProjectContentItem *>);
#endif // PROJECTITEM_H