diff options
Diffstat (limited to 'client/macrodrawer.h')
-rw-r--r-- | client/macrodrawer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/macrodrawer.h b/client/macrodrawer.h index 18d16d7..9cebebc 100644 --- a/client/macrodrawer.h +++ b/client/macrodrawer.h @@ -35,7 +35,7 @@ class Macro; class MacroDrawer : public QGroupBox { Q_OBJECT public: - MacroDrawer(Macro *macro, QString title, QWidget *edge); + MacroDrawer(Macro *macro, QString title); protected: bool eventFilter(QObject *obj, QEvent *event); |