diff options
Diffstat (limited to 'client/widgets/groupbox.h')
-rw-r--r-- | client/widgets/groupbox.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/widgets/groupbox.h b/client/widgets/groupbox.h index aa3e61f..99e05ce 100644 --- a/client/widgets/groupbox.h +++ b/client/widgets/groupbox.h @@ -35,6 +35,9 @@ class GroupBox : public QGroupBox, public Widget { public: GroupBox(QDomNode &node, MacroWindow *macrowindow); + + void enable(); + void disable(); }; #endif/*__PRACRO_GROUPBOX_H__*/ |