aboutsummaryrefslogtreecommitdiff
path: root/stfreader.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-06-14 01:35:25 +0200
committerJavier <dev.git@javispedro.com>2015-06-14 01:35:25 +0200
commit59feffc5a253fec33b310f7a0105c8ef42b9019b (patch)
tree855c7c86b4413d813d2a6c40d167eb78ee3250d3 /stfreader.h
parent72a71a2003028fc97d74cebecebb1541d66ded86 (diff)
downloadscribiu-59feffc5a253fec33b310f7a0105c8ef42b9019b.tar.gz
scribiu-59feffc5a253fec33b310f7a0105c8ef42b9019b.zip
paperreplay working
Diffstat (limited to 'stfreader.h')
-rw-r--r--stfreader.h4
1 files changed, 2 insertions, 2 deletions
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;
};