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

Method create

TTKThirdParty/TTKExtras/qhttpserver/qhttpserver.cpp:51–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51void QHttpServerPrivate::create()
52{
53 TTK_Q(QHttpServer);
54 while(m_tcpServer->hasPendingConnections())
55 {
56 QHttpConnection *connection = new QHttpConnection(m_tcpServer->nextPendingConnection(), q);
57 QObject::connect(connection, SIGNAL(newRequest(QHttpRequest*, QHttpResponse*)), q, SIGNAL(newRequest(QHttpRequest*, QHttpResponse*)));
58 }
59}
60
61void QHttpServerPrivate::close()
62{

Callers 4

createLightWidgetMethod · 0.80
initializeMethod · 0.80
MusicProcessServerMethod · 0.80
newConnectionMethod · 0.80

Calls

no outgoing calls

Tested by 1

createLightWidgetMethod · 0.64