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