forked from qt-creator/qt-creator
QmlDebug: Add missing "emit"
Change-Id: Ib1affe0ca59c8ba01a9701fc9ee654f639122bd3 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -418,7 +418,7 @@ void QmlDebugConnection::newConnection()
|
||||
|
||||
connect(socket, static_cast<void (QLocalSocket::*)(QLocalSocket::LocalSocketError)>
|
||||
(&QLocalSocket::error), this, [this, d](QLocalSocket::LocalSocketError error) {
|
||||
logError(socketErrorToString(static_cast<QAbstractSocket::SocketError>(error)));
|
||||
emit logError(socketErrorToString(static_cast<QAbstractSocket::SocketError>(error)));
|
||||
socketDisconnected();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user