From f474c3c923fe5bb27c1ee11e2c6dd57e41889f27 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 2 Oct 2011 09:58:10 +0200 Subject: Made conenctions for CanvasTool work (again...). --- dgedit/canvastool.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dgedit/canvastool.h') diff --git a/dgedit/canvastool.h b/dgedit/canvastool.h index 0e802ba..56cfa84 100644 --- a/dgedit/canvastool.h +++ b/dgedit/canvastool.h @@ -32,10 +32,12 @@ #include #include #include +#include class CanvasTool : public QObject { Q_OBJECT public: + virtual QString name() = 0; virtual bool mouseMoveEvent(QMouseEvent *event); virtual bool mousePressEvent(QMouseEvent *event); virtual bool mouseReleaseEvent(QMouseEvent *event); -- cgit v1.2.3