forked from qt-creator/qt-creator
qml: compile fix with namespaces
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user