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
a52b8266
Commit
a52b8266
authored
Mar 25, 2010
by
Erik Verbruggen
Browse files
Fixed untrimmed values.
parent
182f284d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/core/model/texttomodelmerger.cpp
View file @
a52b8266
...
...
@@ -412,6 +412,7 @@ void TextToModelMerger::syncNode(ModelNode &modelNode,
astValue
=
astValue
.
trimmed
();
if
(
astValue
.
endsWith
(
QLatin1Char
(
';'
)))
astValue
=
astValue
.
left
(
astValue
.
length
()
-
1
);
astValue
=
astValue
.
trimmed
();
}
if
(
astPropertyName
==
QLatin1String
(
"id"
))
{
...
...
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