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

@@ -42,7 +42,7 @@
#include <coreplugin/editormanager/ieditor.h>
#include <coreplugin/modemanager.h>
#include <qmljseditor/qmlmodelmanagerinterface.h>
#include <qmljseditor/qmljsmodelmanagerinterface.h>
#include <utils/synchronousprocess.h>
@@ -85,7 +85,7 @@ const int DEFAULT_DEBUG_SERVER_PORT(3768);
QmlProject::QmlProject(Manager *manager, const QString &fileName)
: m_manager(manager),
m_fileName(fileName),
m_modelManager(ExtensionSystem::PluginManager::instance()->getObject<QmlJSEditor::QmlModelManagerInterface>()),
m_modelManager(ExtensionSystem::PluginManager::instance()->getObject<QmlJSEditor::ModelManagerInterface>()),
m_fileWatcher(new ProjectExplorer::FileWatcher(this)),
m_targetFactory(new QmlTargetFactory(this))
{