Skip to content
GitLab
Menu
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
2933f41b
Commit
2933f41b
authored
Mar 18, 2010
by
dt
Browse files
Fix compile
parent
bca6dedb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/core/model/texttomodelmerger.cpp
View file @
2933f41b
...
...
@@ -426,8 +426,7 @@ void TextToModelMerger::syncNode(ModelNode &modelNode,
syncExpressionProperty
(
modelProperty
,
astValue
,
differenceHandler
);
modelPropertyNames
.
remove
(
astName
);
}
else
{
qWarning
()
<<
"Found an unknown QML value of type"
<<
typeid
(
*
member
).
name
();
qWarning
()
<<
"Found an unknown QML value."
;
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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