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 --- polygon.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'polygon.h') diff --git a/polygon.h b/polygon.h index 6b76300..0a40947 100644 --- a/polygon.h +++ b/polygon.h @@ -18,6 +18,11 @@ public: protected: QPolygon m_polygon; + + virtual bool attributesToDom(QDomDocument *doc, QDomElement &e); + virtual bool attributesFromDom(const QDomElement &e); + virtual QString className(); + }; #endif // POLYGON_H -- cgit v1.2.3-70-g09d2