[qet] [1876] Fixed a bug preventing the storage of custom variables in Configure QElectroTech > New Diagram. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 1876
Author: xavier
Date: 2012-06-29 07:21:30 +0200 (Fri, 29 Jun 2012)
Log Message:
-----------
Fixed a bug preventing the storage of custom variables in Configure QElectroTech > New Diagram.
Modified Paths:
--------------
trunk/sources/titleblockproperties.cpp
Modified: trunk/sources/titleblockproperties.cpp
===================================================================
--- trunk/sources/titleblockproperties.cpp 2012-06-26 06:28:11 UTC (rev 1875)
+++ trunk/sources/titleblockproperties.cpp 2012-06-29 05:21:30 UTC (rev 1876)
@@ -126,6 +126,7 @@
settings.setArrayIndex(i);
settings.setValue("name", key);
settings.setValue("value", context[key].toString());
+ ++ i;
}
settings.endArray();
}