forked from qt-creator/qt-creator
QmlJSEditor: Remove 'readonly' Qml keyword from completion.
It is unused at the moment.
This commit is contained in:
@@ -736,7 +736,7 @@ int CodeCompletion::startCompletion(TextEditor::ITextEditable *editor)
|
|||||||
|
|
||||||
if (qmlWords.isEmpty()) {
|
if (qmlWords.isEmpty()) {
|
||||||
qmlWords << QLatin1String("property")
|
qmlWords << QLatin1String("property")
|
||||||
<< QLatin1String("readonly")
|
//<< QLatin1String("readonly")
|
||||||
<< QLatin1String("signal")
|
<< QLatin1String("signal")
|
||||||
<< QLatin1String("import");
|
<< QLatin1String("import");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user