From 66dd35254724ec5d4471a8be71f92e06cf0fa8e8 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 12 Sep 2021 01:36:41 +0200 Subject: add ability to export a stroke list in plain text --- stfreader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stfreader.h') 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: -- cgit v1.2.3