diff options
Diffstat (limited to 'client/widgets/window.h')
-rw-r--r-- | client/widgets/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/widgets/window.h b/client/widgets/window.h index 93c48ab..bd4c77b 100644 --- a/client/widgets/window.h +++ b/client/widgets/window.h @@ -34,7 +34,7 @@ class Window : public QWidget, public Widget { public: - Window(QDomNode &node); + Window(QDomNode &node, MacroWindow *macrowindow); public slots: QString getValue(); |