diff -r 910890292639 -r 94719518e310 src/tools/drawtool.h --- a/src/tools/drawtool.h Fri Feb 05 14:23:16 2021 +0200 +++ b/src/tools/drawtool.h Sun May 16 22:41:00 2021 +0300 @@ -10,4 +10,5 @@ QString name() const; QString toolTip() const; + bool mouseReleased(MouseEventData const& event) override; };