aboutsummaryrefslogtreecommitdiff
path: root/stfstrokeitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'stfstrokeitem.h')
-rw-r--r--stfstrokeitem.h6
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;