aboutsummaryrefslogtreecommitdiff
path: root/smartpensyncer.h
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2015-06-21 20:49:42 +0200
committerJavier <dev.git@javispedro.com>2015-06-21 20:49:42 +0200
commitd334906cdb5ad988c9e3ad1e9827eab774d1a283 (patch)
treeb0207db387da9fab419ae25f4ebcb995636da6d4 /smartpensyncer.h
parenta27ad0c43b3b5202fa71e1e857ba7955df46338d (diff)
downloadscribiu-d334906cdb5ad988c9e3ad1e9827eab774d1a283.tar.gz
scribiu-d334906cdb5ad988c9e3ad1e9827eab774d1a283.zip
use pen time, not host wall clock to store lastsync timestamp
Diffstat (limited to 'smartpensyncer.h')
-rw-r--r--smartpensyncer.h4
1 files changed, 2 insertions, 2 deletions
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: