src/tools/basetool.cpp

Sun, 12 Sep 2021 12:14:32 +0300

author
Teemu Piippo <teemu@hecknology.net>
date
Sun, 12 Sep 2021 12:14:32 +0300
changeset 128
7c834fe36b25
parent 126
a7c720aff97c
child 143
7b62c52835a1
permissions
-rw-r--r--

Moved automatic grid adjusting into a new action

#include "basetool.h"

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

mercurial