From 6d2e3e9af73c085580ab3b001063ddb3e74d2c3c Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 14 Jul 2008 09:55:43 +0000 Subject: Fixed problem where all widgets of the same type shared their QDomNode. --- editor/tool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/tool.h') 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); -- cgit v1.2.3