diff options
author | Petr Mrázek <peterix@gmail.com> | 2013-11-12 09:35:53 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2013-11-12 09:35:53 +0100 |
commit | ee595fb1daa3c09215e3063321301e6746733662 (patch) | |
tree | c4cee6d1c623d60bd51bc254649749824f36d539 /gui/ConsoleWindow.h | |
parent | 997054a5351cd6187f578d2ac24df661027bf7cc (diff) | |
parent | fdc58bb91360c04eed13a4fd4f8323a6a467dc37 (diff) | |
download | PrismLauncher-ee595fb1daa3c09215e3063321301e6746733662.tar.gz PrismLauncher-ee595fb1daa3c09215e3063321301e6746733662.tar.bz2 PrismLauncher-ee595fb1daa3c09215e3063321301e6746733662.zip |
Merge branch 'develop'
Diffstat (limited to 'gui/ConsoleWindow.h')
-rw-r--r-- | gui/ConsoleWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/ConsoleWindow.h b/gui/ConsoleWindow.h index 0ed35554..65786c7e 100644 --- a/gui/ConsoleWindow.h +++ b/gui/ConsoleWindow.h @@ -66,7 +66,7 @@ private slots: void on_closeButton_clicked(); void on_btnKillMinecraft_clicked(); - void onEnded(BaseInstance *instance); + void onEnded(BaseInstance *instance, int code, QProcess::ExitStatus status); protected: void closeEvent(QCloseEvent *); |