Index: sources/device/DeviceController.h =================================================================== diff -u -r57556232c024a703ab87644901c4d65e7d18d1cc -r3965beb5e2516db06c7a00e11e6270ffee75ca51 --- sources/device/DeviceController.h (.../DeviceController.h) (revision 57556232c024a703ab87644901c4d65e7d18d1cc) +++ sources/device/DeviceController.h (.../DeviceController.h) (revision 3965beb5e2516db06c7a00e11e6270ffee75ca51) @@ -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: