src/tools/basetool.cpp

Sun, 29 Aug 2021 20:39:55 +0300

author
Teemu Piippo <teemu@hecknology.net>
date
Sun, 29 Aug 2021 20:39:55 +0300
changeset 125
f127982d3412
parent 96
165777a20dc7
child 126
a7c720aff97c
permissions
-rw-r--r--

Move tools under Document instead of MainWindow

#include "basetool.h"

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

mercurial