aboutsummaryrefslogtreecommitdiff
path: root/stfreader.h
diff options
context:
space:
mode:
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;
};