diff -r 94719518e310 -r cd4df75924b7 src/tools/drawtool.h --- a/src/tools/drawtool.h Sun May 16 22:41:00 2021 +0300 +++ b/src/tools/drawtool.h Mon Jul 19 19:28:16 2021 +0300 @@ -10,5 +10,5 @@ QString name() const; QString toolTip() const; - bool mouseReleased(MouseEventData const& event) override; + bool mouseClick(const Canvas::MouseClickInfo& info) override; };