summaryrefslogtreecommitdiffstats
path: root/application/ConsoleWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'application/ConsoleWindow.h')
-rw-r--r--application/ConsoleWindow.h4
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)