diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-07-05 01:54:30 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-07-05 01:54:30 +0200 |
commit | 7f1320390c55e408a4b0081b2606eab3892a8148 (patch) | |
tree | e08183b17e551e6807939c5ad2932ae68e14f49b /application/ConsoleWindow.h | |
parent | 526a511f455234152ca9b5bc8c60d3c82cbfa417 (diff) | |
download | MultiMC-7f1320390c55e408a4b0081b2606eab3892a8148.tar MultiMC-7f1320390c55e408a4b0081b2606eab3892a8148.tar.gz MultiMC-7f1320390c55e408a4b0081b2606eab3892a8148.tar.lz MultiMC-7f1320390c55e408a4b0081b2606eab3892a8148.tar.xz MultiMC-7f1320390c55e408a4b0081b2606eab3892a8148.zip |
GH-1053 move launch process UI to a separate class
Diffstat (limited to 'application/ConsoleWindow.h')
-rw-r--r-- | application/ConsoleWindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/ConsoleWindow.h b/application/ConsoleWindow.h index 33ae67c7..228b58e9 100644 --- a/application/ConsoleWindow.h +++ b/application/ConsoleWindow.h @@ -44,8 +44,8 @@ slots: void on_closeButton_clicked(); void on_btnKillMinecraft_clicked(); - void onEnded(InstancePtr instance, int code, QProcess::ExitStatus status); - void onLaunchFailed(InstancePtr instance); + void onSucceeded(); + void onFailed(QString reason); // FIXME: add handlers for the other MinecraftLauncher signals (pre/post launch command // failures) |