MCPcopy Create free account
hub / github.com/Greedysky/TTKMusicPlayer / close

Method close

TTKThirdParty/TTKExtras/qhttpserver/qhttpserver.cpp:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void QHttpServerPrivate::close()
62{
63 if(m_tcpServer)
64 {
65 m_tcpServer->close();
66 }
67}
68
69void QHttpServerPrivate::free()
70{

Callers 6

parseDeviceInfoMethod · 0.45
runMethod · 0.45
handleRequestMethod · 0.45
receiveDataFromServerMethod · 0.45
requestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected