From 4fdbca83d34674868c776e5483365b7df3a0c384 Mon Sep 17 00:00:00 2001
From: Daniel Molkentin <daniel.molkentin@nokia.com>
Date: Fri, 2 Oct 2009 12:56:07 +0200
Subject: [PATCH] QmlEditor: Fix compilation on Windows. (cherry picked from
 commit b4e376d4e84fed96660ba373371b56d72fd141d6)

---
 src/plugins/qmleditor/qmlcodecompletion.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/plugins/qmleditor/qmlcodecompletion.cpp b/src/plugins/qmleditor/qmlcodecompletion.cpp
index 9626d213195..5f51916e4c9 100644
--- a/src/plugins/qmleditor/qmlcodecompletion.cpp
+++ b/src/plugins/qmleditor/qmlcodecompletion.cpp
@@ -4,6 +4,7 @@
 #include <texteditor/basetexteditor.h>
 #include <QtDebug>
 
+using namespace QmlEditor;
 using namespace QmlEditor::Internal;
 
 QmlCodeCompletion::QmlCodeCompletion(QObject *parent)
-- 
GitLab