From d334906cdb5ad988c9e3ad1e9827eab774d1a283 Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 21 Jun 2015 20:49:42 +0200 Subject: use pen time, not host wall clock to store lastsync timestamp --- smartpensyncer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'smartpensyncer.h') diff --git a/smartpensyncer.h b/smartpensyncer.h index 57ac6d7..ea31917 100644 --- a/smartpensyncer.h +++ b/smartpensyncer.h @@ -44,8 +44,8 @@ public slots: private: void run(); bool syncPen(); - bool syncNotebook(const Smartpen::ChangeReport &change); - bool syncPaperReplay(); + bool syncNotebook(Smartpen::PenTime lastSync, const Smartpen::ChangeReport &change); + bool syncPaperReplay(Smartpen::PenTime lastSync, const Smartpen::ChangeReport &change); bool extractZip(QByteArray &zipData, QDir &dir); private: -- cgit v1.2.3