MCPcopy Create free account
hub / github.com/azadkuh/qhttp / onHandler

Method onHandler

src/qhttpserverconnection.cpp:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54void
55QHttpConnection::onHandler(const TServerHandler &handler) {
56 d_func()->ihandler = handler;
57}
58
59void
60QHttpConnection::timerEvent(QTimerEvent *) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected