summaryrefslogtreecommitdiffstats
path: root/ellipse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ellipse.cpp')
-rw-r--r--ellipse.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/ellipse.cpp b/ellipse.cpp
index dc0f4f8..d3c924e 100644
--- a/ellipse.cpp
+++ b/ellipse.cpp
@@ -28,3 +28,9 @@ void Ellipse::draw(QPainter *painter)
painter->drawEllipse(m_rectangle);
}
+
+
+QString Ellipse::className()
+{
+ return "Ellipse";
+}