diff options
Diffstat (limited to 'stfreader.h')
-rw-r--r-- | stfreader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stfreader.h b/stfreader.h index ec7c306..45e7376 100644 --- a/stfreader.h +++ b/stfreader.h @@ -31,7 +31,7 @@ public: virtual ~StrokeHandler(); 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; + virtual bool endStroke(qint64 time) = 0; }; protected: |