| 120 | Shape* Plugin::createShape(const QPointF& point) { return shape = new Rectangle(point, point); } |
| 121 | |
| 122 | bool Plugin::addShapePoint(const QPointF&) { return false; } |
| 123 | |
| 124 | void Plugin::updateShape(const QPointF& point) |
| 125 | { |
nothing calls this directly
no outgoing calls
no test coverage detected