| 92 | } |
| 93 | |
| 94 | int COperateTelnet::Stop() |
| 95 | { |
| 96 | if(m_pTerminal) |
| 97 | m_pTerminal->close(); |
| 98 | |
| 99 | m_Telnet.disconnectFromHost(); |
| 100 | emit sigFinished(); |
| 101 | return 0; |
| 102 | } |
| 103 | |
| 104 | void COperateTelnet::slotStateChanged(QAbstractSocket::SocketState state) |
| 105 | { |
nothing calls this directly
no test coverage detected