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

Method QHttpServer

src/qhttpserver.cpp:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6///////////////////////////////////////////////////////////////////////////////
7
8QHttpServer::QHttpServer(QObject *parent)
9 : QObject(parent), d_ptr(new QHttpServerPrivate) {
10}
11
12QHttpServer::QHttpServer(QHttpServerPrivate &dd, QObject *parent)
13 : QObject(parent), d_ptr(&dd) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected