diff options
Diffstat (limited to 'logic/updater/DownloadTask.h')
-rw-r--r-- | logic/updater/DownloadTask.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/logic/updater/DownloadTask.h b/logic/updater/DownloadTask.h index 197aa3e6..3bc504fc 100644 --- a/logic/updater/DownloadTask.h +++ b/logic/updater/DownloadTask.h @@ -35,6 +35,9 @@ public: /// Get the directory that will contain the update files. QString updateFilesDir(); + /// Get the list of operations that should be done + OperationList operations(); + /// set updater download behavior void setUseLocalUpdater(bool useLocal); @@ -61,6 +64,8 @@ protected: Status m_status; + OperationList m_operations; + /*! * Temporary directory to store update files in. * This will be set to not auto delete. Task will fail if this fails to be created. |