summaryrefslogtreecommitdiffstats
path: root/ellipse.h
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-06-08 10:27:31 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-06-08 10:27:31 +0200
commitd847e6bf7929c8565bff4e17d9fd077b8e0ca74d (patch)
treeb3b06f5ecb08251d7ea1660ce5318a7eb38271b5 /ellipse.h
parent45813562e266cf8e58ea9cb04f655bbb542a555e (diff)
downloadGUI_SS2015-d847e6bf7929c8565bff4e17d9fd077b8e0ca74d.tar.gz
GUI_SS2015-d847e6bf7929c8565bff4e17d9fd077b8e0ca74d.zip
Add XML files for reading and writing
Diffstat (limited to 'ellipse.h')
-rw-r--r--ellipse.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ellipse.h b/ellipse.h
index 6d27c9b..617357f 100644
--- a/ellipse.h
+++ b/ellipse.h
@@ -9,9 +9,11 @@ class Ellipse : public Rectangle
public:
Ellipse();
- // Line interface
-public:
virtual void draw(QPainter *painter);
+
+ // Line interface
+protected:
+ virtual QString className();
};
#endif // ELLIPSE_H