Compile fix for pedantic C++ compilers.

Get rid of all those ugly stray semicolons. They are not valid C++.
This commit is contained in:
Roberto Raggi
2010-12-16 11:25:28 +01:00
parent 61493f3e8b
commit 8df7fbc67a
64 changed files with 128 additions and 128 deletions

View File

@@ -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