diff options
Diffstat (limited to 'client/widgets/frame.h')
-rw-r--r-- | client/widgets/frame.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/widgets/frame.h b/client/widgets/frame.h index ff1a9f2..80aeded 100644 --- a/client/widgets/frame.h +++ b/client/widgets/frame.h @@ -33,9 +33,8 @@ class Frame : public QFrame, public Widget { - public: - Frame(QDomNode node); + Frame(QDomNode &node); public slots: QString getValue(); |