forked from qt-creator/qt-creator
Put "name" (for states) and "target" (for property changes) properties on top.
This commit is contained in:
@@ -327,6 +327,8 @@ QStringList ModelToTextMerger::getPropertyOrder()
|
|||||||
if (m_propertyOrder.isEmpty()) {
|
if (m_propertyOrder.isEmpty()) {
|
||||||
m_propertyOrder
|
m_propertyOrder
|
||||||
<< QLatin1String("id")
|
<< QLatin1String("id")
|
||||||
|
<< QLatin1String("name")
|
||||||
|
<< QLatin1String("target")
|
||||||
<< QLatin1String("property")
|
<< QLatin1String("property")
|
||||||
<< QLatin1String("x")
|
<< QLatin1String("x")
|
||||||
<< QLatin1String("y")
|
<< QLatin1String("y")
|
||||||
|
|||||||
Reference in New Issue
Block a user