mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 18:09:59 +03:00
Made instace killing actually work
This commit is contained in:
parent
b44e70d58d
commit
f897a200e2
7 changed files with 43 additions and 7 deletions
2
main.cpp
2
main.cpp
|
|
@ -71,7 +71,7 @@ private slots:
|
|||
//FIXME: report error
|
||||
return;
|
||||
}
|
||||
console = new ConsoleWindow();
|
||||
console = new ConsoleWindow(proc);
|
||||
console->show();
|
||||
|
||||
connect(proc, SIGNAL(ended()), SLOT(onTerminated()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue