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
Tobias Hunger
qt-creator
Commits
4c0645b4
Commit
4c0645b4
authored
Mar 25, 2010
by
Thomas Hartmann
Browse files
QmlDesigner.propertyEditor: avoid warnings for LineEdit.qml
parent
b98ad005
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/qmldesigner/propertyeditor/Qt/LineEdit.qml
View file @
4c0645b4
...
...
@@ -47,7 +47,7 @@ QWidget {
width
:
lineEdit
.
width
height
:
lineEdit
.
height
text
:
backendValue
.
value
text
:
(
backendValue
===
undefined
||
backendValue
.
value
===
undefined
)
?
""
:
backendValue
.
value
onEditingFinished
:
{
backendValue
.
value
=
text
...
...
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