ModelEditor: Remove useless abstract method declaration

Change-Id: I7dd421b45b36e7f4f4db6c3ab6ff5ae6e927309e
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Jochen Becher
2015-11-24 07:28:24 +01:00
parent 10164befcf
commit 00c75cd7eb
@@ -91,9 +91,6 @@ public:
virtual void update() = 0;
bool intersectShapeWithLine(const QLineF &line, QPointF *intersectionPoint,
QLineF *intersectionLine) const override = 0;
QPointF pos() const override;
QRectF rect() const override;
QSizeF minimumSize() const override = 0;