Index: sources/device/DeviceController.h =================================================================== diff -u -rda9a1f52d9412e1762c04ac53be384b72347839b -re9b084ba5248db09d78970a8210ac290c0469891 --- sources/device/DeviceController.h (.../DeviceController.h) (revision da9a1f52d9412e1762c04ac53be384b72347839b) +++ sources/device/DeviceController.h (.../DeviceController.h) (revision e9b084ba5248db09d78970a8210ac290c0469891) @@ -217,16 +217,13 @@ 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); @@ -259,7 +256,7 @@ void onPOSTCloudSyncData (const QString &vNetAddress); void onLogBackup (const QString &vFileName ); - void onLogUpload (const QString &vFileName, const quint32 &vAccepted, const quint32 &vRejectReason); + void onLogUpload (const QString &vFileName ); protected: void timerEvent(QTimerEvent *) override; @@ -287,9 +284,6 @@ bool logBackup(const QString &vFileName); bool logUpload(const QString &vFileName); - quint8 logTally(const QString &vFilePath, QString &vFileDest); - - signals: /*! * \brief didScreenshot