Made instace killing actually work

This commit is contained in:
Stiepen22
2013-09-06 22:40:50 +02:00
parent b44e70d58d
commit f897a200e2
7 changed files with 43 additions and 7 deletions

View File

@@ -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()));