src/hbtools/hbbincssmaker/main.cpp
changeset 30 80e4d18b72f5
parent 21 4633027730f5
--- a/src/hbtools/hbbincssmaker/main.cpp	Fri Sep 17 08:32:10 2010 +0300
+++ b/src/hbtools/hbbincssmaker/main.cpp	Mon Oct 04 00:38:12 2010 +0300
@@ -143,7 +143,9 @@
         const HbWidgetLoader::AnchorItem &anchorItem = layoutDef->anchorItems.at(i);
         VERBOSELN("srcId: " << anchorItem.srcId);
         VERBOSELN("dstId: " << anchorItem.dstId);
-        VERBOSELN("prefLength text: " << anchorItem.prefText);
+        VERBOSELN("minVal.count: " << anchorItem.minVal.count());
+        VERBOSELN("prefVal.count: " << anchorItem.prefVal.count());
+        VERBOSELN("maxVal.count: " << anchorItem.maxVal.count());
         VERBOSELN("anchorId: " << anchorItem.anchorId);
     }
 }