diff -r 730c025d4b77 -r f378acbc9cfb src/hbwidgets/widgets/hbgroupbox_p.h --- 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; };