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
4a652f6e
Commit
4a652f6e
authored
Feb 07, 2010
by
Erik Verbruggen
Browse files
Put "name" (for states) and "target" (for property changes) properties on top.
parent
7b913f7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/qmldesigner/core/model/modeltotextmerger.cpp
View file @
4a652f6e
...
...
@@ -327,6 +327,8 @@ QStringList ModelToTextMerger::getPropertyOrder()
if
(
m_propertyOrder
.
isEmpty
())
{
m_propertyOrder
<<
QLatin1String
(
"id"
)
<<
QLatin1String
(
"name"
)
<<
QLatin1String
(
"target"
)
<<
QLatin1String
(
"property"
)
<<
QLatin1String
(
"x"
)
<<
QLatin1String
(
"y"
)
...
...
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