diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-07-26 17:55:29 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-07-26 17:55:29 +0200 |
commit | d8caab515aa641ec901592d40b5d30c6dfd282f5 (patch) | |
tree | 612b322374083309027204b656d4dc0a78780de8 /application/ConsoleWindow.h | |
parent | 6310f6569c2630f27ad72dc0a5fef9f9fec5a88c (diff) | |
download | PrismLauncher-d8caab515aa641ec901592d40b5d30c6dfd282f5.tar.gz PrismLauncher-d8caab515aa641ec901592d40b5d30c6dfd282f5.tar.bz2 PrismLauncher-d8caab515aa641ec901592d40b5d30c6dfd282f5.zip |
GH-1053 add back update progress dialog
Diffstat (limited to 'application/ConsoleWindow.h')
-rw-r--r-- | application/ConsoleWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/ConsoleWindow.h b/application/ConsoleWindow.h index f9e4c89e..ac5a6fd1 100644 --- a/application/ConsoleWindow.h +++ b/application/ConsoleWindow.h @@ -46,6 +46,7 @@ slots: void onSucceeded(); void onFailed(QString reason); + void onProgressRequested(Task *task); // FIXME: add handlers for the other MinecraftLauncher signals (pre/post launch command // failures) |