| 50 | namespace OpenOrienteering { |
| 51 | |
| 52 | RotatePatternTool::RotatePatternTool(MapEditorController* editor, QAction* tool_action) |
| 53 | : MapEditorToolBase(QCursor(QPixmap(QString::fromLatin1(":/images/cursor-rotate.png")), 1, 1), Other, editor, tool_action) |
| 54 | { |
| 55 | // Nothing else here, but there is initImpl(). |
| 56 | } |
| 57 | |
| 58 | |
| 59 | RotatePatternTool::~RotatePatternTool() = default; |