summaryrefslogtreecommitdiff
path: root/editor/widget.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/widget.h')
-rw-r--r--editor/widget.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/editor/widget.h b/editor/widget.h
index 20baef9..eda50b5 100644
--- a/editor/widget.h
+++ b/editor/widget.h
@@ -38,10 +38,8 @@ Q_OBJECT
public:
Widget(QDomNode &node);
- QString type;
-
void setValue(QString name, QString value);
-
+ QString toXml(QString tabs);
QDomElement elem;
protected: