Fix signal derp from previous commit
Console should now properly close/not close based on minecraft return code/signal.
This commit is contained in:
parent
fdc58bb913
commit
9693a5e6e9
3 changed files with 24 additions and 24 deletions
|
@ -74,7 +74,7 @@ signals:
|
|||
/**
|
||||
* @brief emitted when mc has finished and the PostLaunchCommand was run
|
||||
*/
|
||||
void ended(BaseInstance *, int code, ExitStatus status);
|
||||
void ended(BaseInstance *, int code, QProcess::ExitStatus status);
|
||||
|
||||
/**
|
||||
* @brief emitted when we want to log something
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue