forked from qt-creator/qt-creator
Compile fix for pedantic C++ compilers.
Get rid of all those ugly stray semicolons. They are not valid C++.
This commit is contained in:
@@ -60,8 +60,8 @@ protected:
|
||||
|
||||
} // namespace QmlProjectManager
|
||||
|
||||
QML_DECLARE_TYPE(QmlProjectManager::QmlProjectItem);
|
||||
QML_DECLARE_TYPE(QmlProjectManager::QmlProjectContentItem);
|
||||
Q_DECLARE_METATYPE(QList<QmlProjectManager::QmlProjectContentItem *>);
|
||||
QML_DECLARE_TYPE(QmlProjectManager::QmlProjectItem)
|
||||
QML_DECLARE_TYPE(QmlProjectManager::QmlProjectContentItem)
|
||||
Q_DECLARE_METATYPE(QList<QmlProjectManager::QmlProjectContentItem *>)
|
||||
|
||||
#endif // QMLPROJECTITEM_H
|
||||
|
||||
Reference in New Issue
Block a user