summaryrefslogtreecommitdiffstats
path: root/src/remoteobjects/qconnection_tcpip_backend.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/remoteobjects/qconnection_tcpip_backend.cpp')
-rw-r--r--src/remoteobjects/qconnection_tcpip_backend.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remoteobjects/qconnection_tcpip_backend.cpp b/src/remoteobjects/qconnection_tcpip_backend.cpp
index d53db0d..42b3d85 100644
--- a/src/remoteobjects/qconnection_tcpip_backend.cpp
+++ b/src/remoteobjects/qconnection_tcpip_backend.cpp
@@ -162,7 +162,7 @@ ServerIoDevice *TcpServerImpl::configureNewConnection()
if (!m_server.isListening())
return nullptr;
- return new TcpServerIo(m_server.nextPendingConnection());
+ return new TcpServerIo(m_server.nextPendingConnection(), this);
}
bool TcpServerImpl::hasPendingConnections() const