Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
void QHttpServerPrivate::close()
62
{
63
if(m_tcpServer)
64
{
65
m_tcpServer->close();
66
}
67
}
68
69
void QHttpServerPrivate::free()
70
{
Callers
6
parseDeviceInfo
Method · 0.45
run
Method · 0.45
~QDlnaFileServerPrivate
Method · 0.45
handleRequest
Method · 0.45
receiveDataFromServer
Method · 0.45
request
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected