src/tools/selecttool.h

changeset 96
165777a20dc7
child 107
02f142b399b1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/tools/selecttool.h	Sun Jan 10 15:28:44 2021 +0200
@@ -0,0 +1,13 @@
+#pragma once
+#include "basetool.h"
+
+class SelectTool : public BaseTool
+{
+	Q_OBJECT
+
+public:
+	Q_INVOKABLE SelectTool(QObject* parent = nullptr);
+
+	QString name() const;
+	QString toolTip() const;
+};

mercurial