| 43 | namespace OpenOrienteering { |
| 44 | |
| 45 | ScaleTool::ScaleTool(MapEditorController* editor, QAction* tool_action) |
| 46 | : MapEditorToolBase { scaledToScreen(QCursor{ QPixmap(QString::fromLatin1(":/images/cursor-scale.png")), 1, 1 }), Other, editor, tool_action } |
| 47 | { |
| 48 | // nothing else |
| 49 | } |
| 50 | |
| 51 | |
| 52 | ScaleTool::~ScaleTool() = default; |