src/tools/drawtool.h

Tue, 26 Jan 2021 12:21:35 +0200

author
Teemu Piippo <teemu@hecknology.net>
date
Tue, 26 Jan 2021 12:21:35 +0200
changeset 99
05ce5a34c497
parent 96
165777a20dc7
child 102
9f435f66bd0c
child 103
94719518e310
permissions
-rw-r--r--

disable cotire because it's messing up Qt Creator's Clang code model for me

#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