Renamed qmlmodelmanager.

This commit is contained in:
Roberto Raggi
2010-02-15 13:49:00 +01:00
parent 52b04f5d99
commit 2a63387085
16 changed files with 55 additions and 55 deletions

View File

@@ -47,7 +47,7 @@
#include <QtDeclarative/QmlEngine>
namespace QmlJSEditor {
class QmlModelManagerInterface;
class ModelManagerInterface;
}
namespace QmlProjectManager {
@@ -198,7 +198,7 @@ private:
QString m_fileName;
Internal::QmlProjectFile *m_file;
QString m_projectName;
QmlJSEditor::QmlModelManagerInterface *m_modelManager;
QmlJSEditor::ModelManagerInterface *m_modelManager;
// plain format
QStringList m_files;