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

Method errorString

Plugins/Telnet/QTelnet.cpp:150–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150QString QTelnet::errorString()
151{
152 if(m_socketType == TCP)
153 return m_tcpSocket.errorString();
154 else if(m_socketType == WEBSOCKET || m_socketType == SECUREWEBSOCKET)
155 return m_webSocket.errorString();
156
157 return QString();
158}
159
160void QTelnet::setCustomCR(char cr, char cr2)
161{

Callers 15

LoadPluginMethod · 0.80
readDataMethod · 0.80
writeDataMethod · 0.80
slotErrorMethod · 0.80
ExportToJsonFileMethod · 0.80
ImportFromJsonFileMethod · 0.80
ExportFileToJsonMethod · 0.80
ImportFileFromJsonMethod · 0.80
SaveMethod · 0.80
runMethod · 0.80
OnSaveMethod · 0.80
slotLoadPasswordMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected