MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / Stop

Method Stop

Plugins/Telnet/OperateTelnet.cpp:94–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

disconnectFromHostMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected