From 59feffc5a253fec33b310f7a0105c8ef42b9019b Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 14 Jun 2015 01:35:25 +0200 Subject: paperreplay working --- stfreader.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stfreader.h') diff --git a/stfreader.h b/stfreader.h index 06013e1..447e737 100644 --- a/stfreader.h +++ b/stfreader.h @@ -11,8 +11,8 @@ public: { public: virtual ~StrokeHandler(); - virtual bool startStroke(const QPoint& p, int force, quint64 time) = 0; - virtual bool strokePoint(const QPoint& p, int force, quint64 time) = 0; + virtual bool startStroke(const QPoint& p, int force, qint64 time) = 0; + virtual bool strokePoint(const QPoint& p, int force, qint64 time) = 0; virtual bool endStroke() = 0; }; -- cgit v1.2.3