Skip to content
azuriel edited this page Nov 8, 2010 · 1 revision

QWSServer

Assume here as well that QT_NO_QWS_MULTIPROCESS is not defined.

Additionally, QT_NO_SXE is defined, so it uses QTcpServer / QTcpSocket instead of the unix versions in most places.

void QWSServerPrivate::initServer(int flags)

This is an important function which didn't show up in callgrind, I suspect because it's one of the internal Private-style classes (e.g. QWSServerPrivate).

Starts by making a new QWSServerSocket to use for handling new connections.

Clone this wiki locally