You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.