Skip to content
Snippets Groups Projects
Commit 4fdbca83 authored by Daniel Molkentin's avatar Daniel Molkentin Committed by con
Browse files

QmlEditor: Fix compilation on Windows.

(cherry picked from commit b4e376d4)
parent d110b437
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
#include <texteditor/basetexteditor.h> #include <texteditor/basetexteditor.h>
#include <QtDebug> #include <QtDebug>
using namespace QmlEditor;
using namespace QmlEditor::Internal; using namespace QmlEditor::Internal;
QmlCodeCompletion::QmlCodeCompletion(QObject *parent) QmlCodeCompletion::QmlCodeCompletion(QObject *parent)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment