diff -r 4fca8bcfaff0 -r e13d3147f15b QTfrontend/net/tcpBase.h --- a/QTfrontend/net/tcpBase.h Sun Jun 15 00:02:25 2014 +0200 +++ b/QTfrontend/net/tcpBase.h Sun Jun 15 04:33:54 2014 +0200 @@ -88,6 +88,7 @@ void ClientDisconnect(); void ClientRead(); void StartProcessError(QProcess::ProcessError error); + void onEngineDeath(int exitCode, QProcess::ExitStatus exitStatus); void tcpServerReady(); };