QmlEditor: Fix compilation on Windows.

(cherry picked from commit b4e376d4e8)
This commit is contained in:
Daniel Molkentin
2009-10-02 12:56:07 +02:00
committed by con
parent d110b43786
commit 4fdbca83d3

View File

@@ -4,6 +4,7 @@
#include <texteditor/basetexteditor.h>
#include <QtDebug>
using namespace QmlEditor;
using namespace QmlEditor::Internal;
QmlCodeCompletion::QmlCodeCompletion(QObject *parent)