QmlJSEditor: Remove 'readonly' Qml keyword from completion.

It is unused at the moment.
This commit is contained in:
Christian Kamm
2010-05-19 10:40:00 +02:00
parent eb53e71d95
commit 9b7d3e5531

View File

@@ -736,7 +736,7 @@ int CodeCompletion::startCompletion(TextEditor::ITextEditable *editor)
if (qmlWords.isEmpty()) {
qmlWords << QLatin1String("property")
<< QLatin1String("readonly")
//<< QLatin1String("readonly")
<< QLatin1String("signal")
<< QLatin1String("import");
}