Fix build

This commit is contained in:
Petr Mrázek 2013-09-08 16:25:02 +02:00
parent 499ee1e365
commit cbf3238f0e

View File

@ -31,7 +31,7 @@ void InstanceLauncher::onLoginComplete()
//FIXME: report error //FIXME: report error
return; return;
} }
console = new ConsoleWindow(); console = new ConsoleWindow(proc);
console->show(); console->show();
connect ( proc, SIGNAL ( ended() ), SLOT ( onTerminated() ) ); connect ( proc, SIGNAL ( ended() ), SLOT ( onTerminated() ) );