diff options
-rw-r--r-- | src/plugins/qmljseditor/qmlcodecompletion.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/qmljseditor/qmlcodecompletion.cpp b/src/plugins/qmljseditor/qmlcodecompletion.cpp index 3f2fe81741..3eecc54431 100644 --- a/src/plugins/qmljseditor/qmlcodecompletion.cpp +++ b/src/plugins/qmljseditor/qmlcodecompletion.cpp @@ -281,6 +281,7 @@ int QmlCodeCompletion::startCompletion(TextEditor::ITextEditable *editor) } } +#if 0 // FIXME: this completion strategy is not going to work when the document was never parsed correctly. if (qmlDocument->qmlProgram() != 0) { const QIcon otherIcon = iconForColor(Qt::darkCyan); @@ -327,6 +328,7 @@ int QmlCodeCompletion::startCompletion(TextEditor::ITextEditable *editor) } } } +#endif if (previousChar.isNull() || previousChar.isSpace() |