diff options
Diffstat (limited to 'src/libs/qmldebug/qmldebugconnection.cpp')
-rw-r--r-- | src/libs/qmldebug/qmldebugconnection.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/qmldebug/qmldebugconnection.cpp b/src/libs/qmldebug/qmldebugconnection.cpp index 996896444e9..6664df2b99b 100644 --- a/src/libs/qmldebug/qmldebugconnection.cpp +++ b/src/libs/qmldebug/qmldebugconnection.cpp @@ -399,7 +399,7 @@ void QmlDebugConnection::newConnection() connect(socket, &QLocalSocket::stateChanged, this, [this](QLocalSocket::LocalSocketState state) { - logStateChange(socketStateToString(static_cast<QAbstractSocket::SocketState>(state))); + emit logStateChange(socketStateToString(static_cast<QAbstractSocket::SocketState>(state))); }); socketConnected(); |