From ac7b085449fb49f54225d22c7c229da6ad120e2b Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 12 Sep 2021 19:41:12 +0200 Subject: remove PEN_EPOCH mistake and get usertime from the pen --- afdnotebook.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'afdnotebook.h') diff --git a/afdnotebook.h b/afdnotebook.h index 49d06b0..645d002 100644 --- a/afdnotebook.h +++ b/afdnotebook.h @@ -70,8 +70,8 @@ private: struct StrokeData { QString file; - QDateTime begin; - QDateTime end; + quint64 begin; + quint64 end; }; struct PenData { -- cgit v1.2.3