diff options
Diffstat (limited to 'client/widgets/frame.h')
-rw-r--r-- | client/widgets/frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/widgets/frame.h b/client/widgets/frame.h index 520891c..73bf704 100644 --- a/client/widgets/frame.h +++ b/client/widgets/frame.h @@ -34,7 +34,7 @@ class Frame : public Widget, public QGroupBox { public: - Frame(QWidget *parent); + Frame(QWidget *parent, QString caption); public slots: QString getValue(); |