QmlProjectManager: Fix compilation with latest changes of QDeclarative

All files have been renamed from Qml to QDeclarative.
Registration of types is now done in an initializer method.
This commit is contained in:
Kai Koehne
2010-02-26 14:46:04 +01:00
parent 318fee6f5c
commit 4c59f3f2ce
15 changed files with 66 additions and 34 deletions

View File

@@ -0,0 +1,13 @@
#ifndef QMLPROJECTFILEFORMAT_H
#define QMLPROJECTFILEFORMAT_H
namespace QmlProjectManager {
class QmlProjectFileFormat {
public:
static void registerDeclarativeTypes();
};
} // namespace QmlProjectManager
#endif // QMLPROJECTFILEFORMAT_H