src/hbwidgets/widgets/hbcombobox_p.h
changeset 2 06ff229162e9
parent 0 16d8024aca5e
child 3 11d3954df52a
--- a/src/hbwidgets/widgets/hbcombobox_p.h	Mon May 03 12:48:33 2010 +0300
+++ b/src/hbwidgets/widgets/hbcombobox_p.h	Fri May 14 16:09:54 2010 +0300
@@ -110,6 +110,8 @@
     bool mHasUpEffect;
     QString mText;
     qreal mListItemHeight;
+    int mDropDownRowsInPortrait;
+    int mDropDownRowsInLandscape;
 };
 
 class HbComboListViewItem : public HbListViewItem