src/tools/basetool.cpp@24590af32ad6
src/tools/basetool.cpp
Sat, 05 Mar 2022 16:57:28 +0200
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Sat, 05 Mar 2022 16:57:28 +0200
- changeset 168
- 24590af32ad6
- parent 163
-
36ea1a8aee33
- permissions
- -rw-r--r--
Draw tool now renders the winding of the new polygon
#include "basetool.h"
#include "document.h"
BaseTool::BaseTool(Document *document) :
QObject{document},
parentWidget{document},
document{document}
{
}
QString BaseTool::iconName() const
{
return "";
}