| 334 | QIcon PluginText::icon() const { return QIcon::fromTheme("draw-text"); } |
| 335 | |
| 336 | Shape* PluginText::createShape() { return new Text(); } |
| 337 | |
| 338 | Shape* PluginText::createShape(const QPointF& point) |
| 339 | { |
no outgoing calls
no test coverage detected