diff options
author | deva <deva> | 2008-07-14 09:55:43 +0000 |
---|---|---|
committer | deva <deva> | 2008-07-14 09:55:43 +0000 |
commit | 6d2e3e9af73c085580ab3b001063ddb3e74d2c3c (patch) | |
tree | 75bda1c01d9d377ba5ce2e90595e1cb06a3e1fdc /editor/widget.h | |
parent | 48f92d13fa3a42007a068baf1d63f418b22a2b3e (diff) |
Fixed problem where all widgets of the same type shared their QDomNode.
Diffstat (limited to 'editor/widget.h')
-rw-r--r-- | editor/widget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/widget.h b/editor/widget.h index eda50b5..48d8d99 100644 --- a/editor/widget.h +++ b/editor/widget.h @@ -36,7 +36,7 @@ class Widget : public QWidget { Q_OBJECT public: - Widget(QDomNode &node); + Widget(QDomNode node); void setValue(QString name, QString value); QString toXml(QString tabs); |