src/tools/drawtool.h

changeset 124
f9f308c8e0c5
parent 122
b54b350dff5d
child 125
f127982d3412
--- 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:

mercurial