summaryrefslogtreecommitdiffstats
path: root/ellipse.h
diff options
context:
space:
mode:
authorStefan Suhren <suhren.stefan@fh-swf.de>2015-05-31 22:55:45 +0200
committerStefan Suhren <suhren.stefan@fh-swf.de>2015-05-31 22:55:45 +0200
commit45813562e266cf8e58ea9cb04f655bbb542a555e (patch)
treec8864c50a1bd84ec8f2e8e527e71c9825fabf92a /ellipse.h
parent16cdefa1a8546d23efc357010e62c7c031319e56 (diff)
downloadGUI_SS2015-45813562e266cf8e58ea9cb04f655bbb542a555e.tar.gz
GUI_SS2015-45813562e266cf8e58ea9cb04f655bbb542a555e.zip
Make every line subclass editable
Diffstat (limited to 'ellipse.h')
-rw-r--r--ellipse.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ellipse.h b/ellipse.h
index 5f3fced..6d27c9b 100644
--- a/ellipse.h
+++ b/ellipse.h
@@ -11,7 +11,6 @@ public:
// Line interface
public:
- virtual bool isHit(const QPoint &clickPoint);
virtual void draw(QPainter *painter);
};