QmlEditor: Fix compilation on Windows.

This commit is contained in:
Daniel Molkentin
2009-10-02 12:56:07 +02:00
parent 649214c4db
commit b4e376d4e8

View File

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