aboutsummaryrefslogtreecommitdiff
path: root/installer/process/installworker.h
diff options
context:
space:
mode:
authorVictor Tran <vicr12345@gmail.com>2018-10-13 16:18:34 +1100
committerVictor Tran <vicr12345@gmail.com>2018-10-13 16:18:34 +1100
commita94ee6b50339cabac069638b5ee2f70e1308048a (patch)
treea9b307efaa5143d1d9aae102e1700d683c4515ab /installer/process/installworker.h
parentd58b0626af7ed8bba3f4814d250eafae284ae03a (diff)
downloadtheInstaller-a94ee6b50339cabac069638b5ee2f70e1308048a.tar.gz
theInstaller-a94ee6b50339cabac069638b5ee2f70e1308048a.tar.bz2
theInstaller-a94ee6b50339cabac069638b5ee2f70e1308048a.zip
Add some checks
Diffstat (limited to 'installer/process/installworker.h')
-rw-r--r--installer/process/installworker.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/installer/process/installworker.h b/installer/process/installworker.h
index e32a147..5a3456d 100644
--- a/installer/process/installworker.h
+++ b/installer/process/installworker.h
@@ -42,6 +42,7 @@ private:
int lastBytesReceived;
QDateTime lastTimeUpdate;
bool emitStatus = true;
+ bool currentlyCancelable = true;
};
#endif // INSTALLWORKER_H