diff options
Diffstat (limited to 'client/widgets/groupbox.h')
-rw-r--r-- | client/widgets/groupbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/widgets/groupbox.h b/client/widgets/groupbox.h index 0cc1890..567fa3f 100644 --- a/client/widgets/groupbox.h +++ b/client/widgets/groupbox.h @@ -34,7 +34,7 @@ class GroupBox : public QGroupBox, public Widget { public: - GroupBox(QDomNode &node); + GroupBox(QDomNode &node, MacroWindow *macrowindow); public slots: QString getValue(); |