src/tools/basetool.cpp@9b655f6fe5a1
src/tools/basetool.cpp
Sat, 05 Mar 2022 18:26:18 +0200
- author
- Teemu Piippo <teemu@hecknology.net>
- date
- Sat, 05 Mar 2022 18:26:18 +0200
- changeset 170
- 9b655f6fe5a1
- parent 163
-
36ea1a8aee33
- permissions
- -rw-r--r--
Added a toggle for setting whether axes are drawn
#include "basetool.h"
#include "document.h"
BaseTool::BaseTool(Document *document) :
QObject{document},
parentWidget{document},
document{document}
{
}
QString BaseTool::iconName() const
{
return "";
}