From 7f1320390c55e408a4b0081b2606eab3892a8148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 5 Jul 2015 01:54:30 +0200 Subject: GH-1053 move launch process UI to a separate class --- application/ConsoleWindow.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'application/ConsoleWindow.h') 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) -- cgit v1.2.3