forked from qt-creator/qt-creator
QmlDebug: Decouple log messages from connection failures
A socket error is not the only possible reason for a connection failure and exposing socket error codes to the upper layers is unnecessary. Change-Id: I27e9f21160ecea5b0d811b83b7ab0ab9071cacff Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -72,8 +72,8 @@ private slots:
|
||||
void tryToConnect();
|
||||
void qmlDebugConnectionOpened();
|
||||
void qmlDebugConnectionClosed();
|
||||
void qmlDebugConnectionError(QAbstractSocket::SocketError error);
|
||||
void qmlDebugConnectionStateChanged(QAbstractSocket::SocketState state);
|
||||
void qmlDebugConnectionFailed();
|
||||
|
||||
void logState(const QString &);
|
||||
|
||||
void qmlComplete(qint64 maximumTime);
|
||||
|
||||
Reference in New Issue
Block a user