forked from qt-creator/qt-creator
Namespace clean-ups.
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
using namespace QmlEditor;
|
||||
using namespace QmlEditor::Internal;
|
||||
|
||||
QmlCodeCompletion::QmlCodeCompletion(QmlModelManagerInterface *modelManager, Qml::MetaType::QmlTypeSystem *typeSystem, QObject *parent)
|
||||
QmlCodeCompletion::QmlCodeCompletion(QmlModelManagerInterface *modelManager, Qml::QmlTypeSystem *typeSystem, QObject *parent)
|
||||
: TextEditor::ICompletionCollector(parent),
|
||||
m_modelManager(modelManager),
|
||||
m_editor(0),
|
||||
|
||||
Reference in New Issue
Block a user