summaryrefslogtreecommitdiff
path: root/editor/tool.h
diff options
context:
space:
mode:
authordeva <deva>2008-07-14 09:55:43 +0000
committerdeva <deva>2008-07-14 09:55:43 +0000
commit6d2e3e9af73c085580ab3b001063ddb3e74d2c3c (patch)
tree75bda1c01d9d377ba5ce2e90595e1cb06a3e1fdc /editor/tool.h
parent48f92d13fa3a42007a068baf1d63f418b22a2b3e (diff)
Fixed problem where all widgets of the same type shared their QDomNode.
Diffstat (limited to 'editor/tool.h')
-rw-r--r--editor/tool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/tool.h b/editor/tool.h
index 8561f94..9015079 100644
--- a/editor/tool.h
+++ b/editor/tool.h
@@ -35,7 +35,7 @@
class Tool : public QLabel {
Q_OBJECT
public:
- Tool(QDomNode &node);
+ Tool(QDomNode node);
protected:
void mousePressEvent(QMouseEvent *event);