diff -r 910890292639 -r 94719518e310 src/tools/drawtool.cpp --- a/src/tools/drawtool.cpp Fri Feb 05 14:23:16 2021 +0200 +++ b/src/tools/drawtool.cpp Sun May 16 22:41:00 2021 +0300 @@ -1,3 +1,4 @@ +#include #include "drawtool.h" DrawTool::DrawTool(QObject* parent) : @@ -14,3 +15,8 @@ static const QString result = tr("Draw new elements into the model."); return result; } + +bool DrawTool::mouseReleased(const BaseTool::MouseEventData &event) +{ + QMessageBox::information(nullptr, "hleelo", "it works"); +}