Index: sources/device/DeviceController.h =================================================================== diff -u -r4fe1242233f0928c347f0e973dd5284b1c5583dd -rda9a1f52d9412e1762c04ac53be384b72347839b --- sources/device/DeviceController.h (.../DeviceController.h) (revision 4fe1242233f0928c347f0e973dd5284b1c5583dd) +++ sources/device/DeviceController.h (.../DeviceController.h) (revision da9a1f52d9412e1762c04ac53be384b72347839b) @@ -217,13 +217,16 @@ QString _macBluetooth = ""; QString _netCloudSync = ""; - bool _hasThread = false; - bool _hasSalt = false; + bool _hasThread = false; + bool _hasSalt = false; + bool _logUpload = true; + //TODO: all of these should use the TimesProcess (instead of QProcess) // to be able to kill the process automatically after the set time out. DEVICE_DEV_DEFINITION_LIST + public slots: bool init(); bool init(QThread &vThread); @@ -284,7 +287,7 @@ bool logBackup(const QString &vFileName); bool logUpload(const QString &vFileName); - bool logDuplicate(const QString &vFileName); + quint8 logTally(const QString &vFilePath, QString &vFileDest); signals: