From 59feffc5a253fec33b310f7a0105c8ef42b9019b Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 14 Jun 2015 01:35:25 +0200 Subject: paperreplay working --- stfgraphicsitem.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stfgraphicsitem.h') diff --git a/stfgraphicsitem.h b/stfgraphicsitem.h index ed62ede..3d3178e 100644 --- a/stfgraphicsitem.h +++ b/stfgraphicsitem.h @@ -2,13 +2,14 @@ #define STFGRAPHICSITEM_H #include +#include "paperreplay.h" class StfGraphicsItem : public QGraphicsItem { QRectF bbox; public: - explicit StfGraphicsItem(QIODevice *stf, QGraphicsItem *parent = 0); + explicit StfGraphicsItem(QIODevice *stf, const PaperReplay::SessionList &replays, QGraphicsItem *parent = 0); enum { Type = UserType + 's' }; -- cgit v1.2.3