mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix for correct handling of pending socket connection requests
p4#: 21759
This commit is contained in:
@@ -63,6 +63,7 @@ private:
|
||||
void handleClientConnection( QTcpSocket* clientToHandle);
|
||||
void terminateCurrentConnection();
|
||||
void readCommandFromOctave();
|
||||
void handlePendingIncomingConnectionRequests();
|
||||
|
||||
private:
|
||||
QTcpServer* m_tcpServer;
|
||||
|
||||
Reference in New Issue
Block a user