diff options
author | Javier <dev.git@javispedro.com> | 2015-06-11 01:16:26 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2015-06-11 01:16:26 +0200 |
commit | 6cb50e66f3c196a2a4bcc95a419260d6b8c2461f (patch) | |
tree | 610963526dbd205500db145965309b1de2b18a97 /smartpensyncer.h | |
parent | a69e97943539a8abc4d2762638c169dc19c88516 (diff) | |
download | scribiu-6cb50e66f3c196a2a4bcc95a419260d6b8c2461f.tar.gz scribiu-6cb50e66f3c196a2a4bcc95a419260d6b8c2461f.zip |
experiment with audio/paperreplay data
Diffstat (limited to 'smartpensyncer.h')
-rw-r--r-- | smartpensyncer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/smartpensyncer.h b/smartpensyncer.h index 6279485..7d8e0c9 100644 --- a/smartpensyncer.h +++ b/smartpensyncer.h @@ -23,6 +23,7 @@ private: void run(); bool syncPen(); bool syncNotebook(const Smartpen::ChangeReport &change); + bool syncPaperReplay(); bool extractZip(QByteArray &zipData, QDir &dir); private: |