diff options
| author | Victor Tran <vicr12345@gmail.com> | 2018-10-13 16:18:34 +1100 |
|---|---|---|
| committer | Victor Tran <vicr12345@gmail.com> | 2018-10-13 16:18:34 +1100 |
| commit | a94ee6b50339cabac069638b5ee2f70e1308048a (patch) | |
| tree | a9b307efaa5143d1d9aae102e1700d683c4515ab /installer/process/installworker.h | |
| parent | d58b0626af7ed8bba3f4814d250eafae284ae03a (diff) | |
| download | theInstaller-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.h | 1 |
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 |
