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

@@ -30,7 +30,7 @@
#include "qmljscodecompletion.h"
#include "qmlexpressionundercursor.h"
#include "qmljseditor.h"
#include "qmlmodelmanagerinterface.h"
#include "qmljsmodelmanagerinterface.h"
#include <qmljs/parser/qmljsast_p.h>
#include <qmljs/qmljsbind.h>
@@ -508,7 +508,7 @@ void FunctionArgumentWidget::updateHintText()
} } // end of namespace QmlJSEditor::Internal
CodeCompletion::CodeCompletion(QmlModelManagerInterface *modelManager, QObject *parent)
CodeCompletion::CodeCompletion(ModelManagerInterface *modelManager, QObject *parent)
: TextEditor::ICompletionCollector(parent),
m_modelManager(modelManager),
m_editor(0),