diff -r e3fe3617b631 -r f9f308c8e0c5 src/tools/drawtool.h --- a/src/tools/drawtool.h Fri Aug 27 14:38:56 2021 +0300 +++ b/src/tools/drawtool.h Sun Aug 29 20:05:24 2021 +0300 @@ -12,6 +12,7 @@ QString toolTip() const override; bool mouseClick(Document* document, Canvas* canvas, QMouseEvent* event) override; bool mouseMove(Document* document, Canvas* canvas, QMouseEvent* event) override; + bool keyReleased(QKeyEvent*) override; void reset() override; void overpaint(Canvas*, QPainter*) const override; private: