src/tools/basetool.cpp

Sun, 16 May 2021 22:41:00 +0300

author
Teemu Piippo <teemu@hecknology.net>
date
Sun, 16 May 2021 22:41:00 +0300
changeset 103
94719518e310
parent 96
165777a20dc7
child 126
a7c720aff97c
permissions
-rw-r--r--

update

#include "basetool.h"

BaseTool::BaseTool(QObject* parent) :
	QObject{parent} {}

mercurial