src/hbwidgets/widgets/hbgroupbox_p.h
branchGCC_SURGE
changeset 15 f378acbc9cfb
parent 6 c3690ec91ef8
child 23 e6ad4ef83b23
--- a/src/hbwidgets/widgets/hbgroupbox_p.h	Thu Jul 15 14:03:49 2010 +0100
+++ b/src/hbwidgets/widgets/hbgroupbox_p.h	Thu Jul 22 16:36:53 2010 +0100
@@ -57,9 +57,12 @@
     void createContentWidget();
 
     void setGroupBoxType(GroupBoxType type);
+public:
 
     HbGroupBoxContentWidget *mContentWidget;
     HbGroupBoxHeadingWidget *mHeadingWidget;
+    bool collapsed;
+    bool collapsable;
     GroupBoxType mGroupBoxType;
 };