Put "name" (for states) and "target" (for property changes) properties on top.

This commit is contained in:
Erik Verbruggen
2010-02-07 13:10:37 +01:00
parent 7b913f7fa2
commit 4a652f6eca

View File

@@ -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")