Moved qmljsmodelmanagerinterface.h

This commit is contained in:
Roberto Raggi
2010-06-09 15:56:03 +02:00
parent 373bfb05e7
commit 726c3345c4
18 changed files with 91 additions and 48 deletions

View File

@@ -39,7 +39,7 @@
#include <QtDeclarative/QDeclarativeEngine>
namespace QmlJSEditor {
namespace QmlJS {
class ModelManagerInterface;
}
@@ -118,7 +118,7 @@ private:
QString m_fileName;
Internal::QmlProjectFile *m_file;
QString m_projectName;
QmlJSEditor::ModelManagerInterface *m_modelManager;
QmlJS::ModelManagerInterface *m_modelManager;
// plain format
QStringList m_files;