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/tool.cc | |
parent | 48f92d13fa3a42007a068baf1d63f418b22a2b3e (diff) |
Fixed problem where all widgets of the same type shared their QDomNode.
Diffstat (limited to 'editor/tool.cc')
-rw-r--r-- | editor/tool.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/tool.cc b/editor/tool.cc index c4686d2..9deaee7 100644 --- a/editor/tool.cc +++ b/editor/tool.cc @@ -34,7 +34,7 @@ #include <QDomElement> -Tool::Tool(QDomNode &node) +Tool::Tool(QDomNode node) : QLabel() { this->node = node; |