Namespace clean-ups.

This commit is contained in:
Erik Verbruggen
2009-12-08 11:52:28 +01:00
parent 96e5cae4c8
commit d247c0e1e6
25 changed files with 66 additions and 113 deletions

View File

@@ -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),