diff options
author | Javier <dev.git@javispedro.com> | 2015-06-14 01:35:25 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2015-06-14 01:35:25 +0200 |
commit | 59feffc5a253fec33b310f7a0105c8ef42b9019b (patch) | |
tree | 855c7c86b4413d813d2a6c40d167eb78ee3250d3 /stfgraphicsitem.h | |
parent | 72a71a2003028fc97d74cebecebb1541d66ded86 (diff) | |
download | scribiu-59feffc5a253fec33b310f7a0105c8ef42b9019b.tar.gz scribiu-59feffc5a253fec33b310f7a0105c8ef42b9019b.zip |
paperreplay working
Diffstat (limited to 'stfgraphicsitem.h')
-rw-r--r-- | stfgraphicsitem.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <QtGui/QGraphicsItem> +#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' }; |