Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
9b7d3e55
Commit
9b7d3e55
authored
May 19, 2010
by
Christian Kamm
Browse files
QmlJSEditor: Remove 'readonly' Qml keyword from completion.
It is unused at the moment.
parent
eb53e71d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmljseditor/qmljscodecompletion.cpp
View file @
9b7d3e55
...
...
@@ -736,7 +736,7 @@ int CodeCompletion::startCompletion(TextEditor::ITextEditable *editor)
if
(
qmlWords
.
isEmpty
())
{
qmlWords
<<
QLatin1String
(
"property"
)
<<
QLatin1String
(
"readonly"
)
//
<< QLatin1String("readonly")
<<
QLatin1String
(
"signal"
)
<<
QLatin1String
(
"import"
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment