src/tools/selecttool.h@9f435f66bd0c
src/tools/selecttool.h
Wed, 17 Feb 2021 16:49:35 +0200
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Wed, 17 Feb 2021 16:49:35 +0200
- changeset 102
- 9f435f66bd0c
- parent 96
-
165777a20dc7
- child 107
-
02f142b399b1
- permissions
- -rw-r--r--
stuff
#pragma once
#include "basetool.h"
class SelectTool : public BaseTool
{
Q_OBJECT
public:
Q_INVOKABLE SelectTool(QObject* parent = nullptr);
QString name() const;
QString toolTip() const;
};