diff options
Diffstat (limited to 'stfstrokeitem.h')
-rw-r--r-- | stfstrokeitem.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/stfstrokeitem.h b/stfstrokeitem.h index 5e7a253..eaf8d8a 100644 --- a/stfstrokeitem.h +++ b/stfstrokeitem.h @@ -29,10 +29,12 @@ public: enum { Type = UserType + 't' }; - int type() const; + int type() const override; + + bool hasPaperReplay() const; protected: - void mousePressEvent(QGraphicsSceneMouseEvent *event); + void mousePressEvent(QGraphicsSceneMouseEvent *event) override; private: PaperReplay::Session _session; |