aboutsummaryrefslogtreecommitdiff
path: root/afdnotebook.h
diff options
context:
space:
mode:
Diffstat (limited to 'afdnotebook.h')
-rw-r--r--afdnotebook.h4
1 files changed, 2 insertions, 2 deletions
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 {