1 #ifndef LISTENSERVER_H_
2 #define LISTENSERVER_H_
Class for handling ssl server connections.
void newClientConnection()
Handle new client connection.
ListenServer(quint16 port, QObject *parent)
Initialize listenServer to listen on specific port.
Class for listing on new client connection.
void newClient(Client *client)