From 14f04e63ebf45d5896effe36b55470d86f735dfb Mon Sep 17 00:00:00 2001 From: Victor Tran Date: Fri, 13 Jul 2018 22:47:55 +1000 Subject: Download progress and process checking for uninstall --- installer/process/installworker.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'installer/process/installworker.h') diff --git a/installer/process/installworker.h b/installer/process/installworker.h index ea0db48..e32a147 100644 --- a/installer/process/installworker.h +++ b/installer/process/installworker.h @@ -17,6 +17,7 @@ #include #include #include +#include #include @@ -37,6 +38,10 @@ private: QNetworkAccessManager mgr; QTemporaryFile packageFile; QTemporaryDir packageTemporaryDir; + + int lastBytesReceived; + QDateTime lastTimeUpdate; + bool emitStatus = true; }; #endif // INSTALLWORKER_H -- cgit v1.2.3