src/hbcore/utils/hbwidgetloaderactions_p.cpp
changeset 28 b7da29130b0e
parent 21 4633027730f5
child 30 80e4d18b72f5
equal deleted inserted replaced
23:e6ad4ef83b23 28:b7da29130b0e
   203     item.dstId = dstId;
   203     item.dstId = dstId;
   204     item.srcEdge = srcEdge;
   204     item.srcEdge = srcEdge;
   205     item.dstEdge = dstEdge;
   205     item.dstEdge = dstEdge;
   206     item.minType = minLength.mType;
   206     item.minType = minLength.mType;
   207     item.minVal = minLength.mValue;
   207     item.minVal = minLength.mValue;
       
   208     item.minHashValue = minLength.mHashValue;
   208     item.minText = minLength.mString;
   209     item.minText = minLength.mString;
   209     item.prefType = prefLength.mType;
   210     item.prefType = prefLength.mType;
   210     item.prefVal = prefLength.mValue;
   211     item.prefVal = prefLength.mValue;
       
   212     item.prefHashValue = prefLength.mHashValue;
   211     item.prefText = prefLength.mString;
   213     item.prefText = prefLength.mString;
   212     item.maxType = maxLength.mType;
   214     item.maxType = maxLength.mType;
   213     item.maxVal = maxLength.mValue;
   215     item.maxVal = maxLength.mValue;
       
   216     item.maxHashValue = maxLength.mHashValue;
   214     item.maxText = maxLength.mString;
   217     item.maxText = maxLength.mString;
   215     item.sizepolicy = policy ? *policy : -1;
   218     item.sizepolicy = policy ? *policy : -1;
   216     item.direction = dir ? *dir : -1;
   219     item.direction = dir ? *dir : -1;
   217     item.anchorId = anchorId;
   220     item.anchorId = anchorId;
   218 
   221