src/tools/basetool.cpp

Mon, 19 Jul 2021 23:41:52 +0300

author
Teemu Piippo <teemu@hecknology.net>
date
Mon, 19 Jul 2021 23:41:52 +0300
changeset 105
6ca6e8c647d4
parent 96
165777a20dc7
child 126
a7c720aff97c
permissions
-rw-r--r--

added preview layer code and fixed build warnings

#include "basetool.h"

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

mercurial