src/tools/drawtool.h

Fri, 05 Feb 2021 14:23:16 +0200

author
Teemu Piippo <teemu@hecknology.net>
date
Fri, 05 Feb 2021 14:23:16 +0200
changeset 101
910890292639
parent 96
165777a20dc7
child 102
9f435f66bd0c
child 103
94719518e310
permissions
-rw-r--r--

added references to items()

#pragma once
#include "basetool.h"

class DrawTool : public BaseTool
{
	Q_OBJECT

public:
	Q_INVOKABLE DrawTool(QObject* parent = nullptr);

	QString name() const;
	QString toolTip() const;
};

mercurial