diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-12-25 01:18:16 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-12-25 01:18:16 +0100 |
commit | 2d144631e7b6fd608d9a1f9cb966ce3e68fe95a0 (patch) | |
tree | 6ef1f440760430ac6b6c2dd1bdccfc461ff00e27 /logic/updater/DownloadUpdateTask.h | |
parent | 8d0ca72abb10b0cb77816d44f3f768865cc23aef (diff) | |
parent | 00822fa0f9d3cd93e460c992aac77693ac00a741 (diff) | |
download | PrismLauncher-2d144631e7b6fd608d9a1f9cb966ce3e68fe95a0.tar.gz PrismLauncher-2d144631e7b6fd608d9a1f9cb966ce3e68fe95a0.tar.bz2 PrismLauncher-2d144631e7b6fd608d9a1f9cb966ce3e68fe95a0.zip |
Merge branch 'feature_updater_update' of https://github.com/02JanDal/MultiMC5 into develop
Diffstat (limited to 'logic/updater/DownloadUpdateTask.h')
-rw-r--r-- | logic/updater/DownloadUpdateTask.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/logic/updater/DownloadUpdateTask.h b/logic/updater/DownloadUpdateTask.h index 1fc14049..79d73af3 100644 --- a/logic/updater/DownloadUpdateTask.h +++ b/logic/updater/DownloadUpdateTask.h @@ -207,5 +207,7 @@ protected slots: void fileDownloadFinished(); void fileDownloadFailed(); void fileDownloadProgressChanged(qint64 current, qint64 total); + + void directDeployFile(const int index); }; |