src/hbwidgets/widgets/hbgroupbox_p.h
changeset 6 c3690ec91ef8
parent 2 06ff229162e9
child 23 e6ad4ef83b23
--- a/src/hbwidgets/widgets/hbgroupbox_p.h	Fri Jun 11 13:58:22 2010 +0300
+++ b/src/hbwidgets/widgets/hbgroupbox_p.h	Wed Jun 23 18:33:25 2010 +0300
@@ -57,9 +57,12 @@
     void createContentWidget();
 
     void setGroupBoxType(GroupBoxType type);
+public:
 
     HbGroupBoxContentWidget *mContentWidget;
     HbGroupBoxHeadingWidget *mHeadingWidget;
+    bool collapsed;
+    bool collapsable;
     GroupBoxType mGroupBoxType;
 };