From d847e6bf7929c8565bff4e17d9fd077b8e0ca74d Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Mon, 8 Jun 2015 10:27:31 +0200 Subject: Add XML files for reading and writing --- rectangle.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rectangle.h') diff --git a/rectangle.h b/rectangle.h index cf29bb4..2c9ce05 100644 --- a/rectangle.h +++ b/rectangle.h @@ -16,6 +16,10 @@ public: protected: QRect m_rectangle; + + virtual bool attributesToDom(QDomDocument *doc, QDomElement &e); + virtual bool attributesFromDom(const QDomElement &e); + virtual QString className(); }; #endif // RECTANGLE_H -- cgit v1.2.3-70-g09d2