src/hbcore/utils/hbwidgetloadersyntax_p.cpp
changeset 28 b7da29130b0e
parent 23 e6ad4ef83b23
child 30 80e4d18b72f5
--- a/src/hbcore/utils/hbwidgetloadersyntax_p.cpp	Thu Sep 02 20:44:51 2010 +0300
+++ b/src/hbcore/utils/hbwidgetloadersyntax_p.cpp	Fri Sep 17 08:32:10 2010 +0300
@@ -252,12 +252,15 @@
         HbXmlLengthValue minLength, prefLength, maxLength;
         minLength.mType = item.minType;
         minLength.mValue = item.minVal;
+        minLength.mHashValue = item.minHashValue;
         minLength.mString = item.minText;
         prefLength.mType = item.prefType;
         prefLength.mValue = item.prefVal;
+        prefLength.mHashValue = item.prefHashValue;
         prefLength.mString = item.prefText;
         maxLength.mType = item.maxType;
         maxLength.mValue = item.maxVal;
+        maxLength.mHashValue = item.maxHashValue;
         maxLength.mString = item.maxText;
         QSizePolicy::Policy sizepolicy;
         QSizePolicy::Policy *sizepolicy_p = 0;