QTfrontend/net/tcpBase.h
changeset 10307 e13d3147f15b
parent 10177 0f9042536c46
child 11046 47a8c19ecb60
equal deleted inserted replaced
10306:4fca8bcfaff0 10307:e13d3147f15b
    86     private slots:
    86     private slots:
    87         void NewConnection();
    87         void NewConnection();
    88         void ClientDisconnect();
    88         void ClientDisconnect();
    89         void ClientRead();
    89         void ClientRead();
    90         void StartProcessError(QProcess::ProcessError error);
    90         void StartProcessError(QProcess::ProcessError error);
       
    91         void onEngineDeath(int exitCode, QProcess::ExitStatus exitStatus);
    91 
    92 
    92         void tcpServerReady();
    93         void tcpServerReady();
    93 };
    94 };
    94 
    95 
    95 #ifdef HWLIBRARY
    96 #ifdef HWLIBRARY