16class LocalServer final :
public QLocalServer
20 explicit LocalServer(
Server *server, QObject *parent =
nullptr);
22 void setProtocol(
Protocol *protocol);
26 void pauseAccepting();
27 void resumeAccepting();
29 void incomingConnection(quintptr handle)
override;
31 qintptr socket()
const;
34 void timeoutConnections();
39 QSocketNotifier *socketDescriptorNotifier()
const;
41 void socketNotifierActivated();
44 QSocketNotifier *m_socketNotifier =
nullptr;
49 qintptr m_socket = -1;