QmlProfiler: Move connection failure message to QmlProfilerTool

and show it on any kind of connection failure, not only on timeout.

Change-Id: I6b9c44cd3455d5dd383a552f9b422d3d236b67c4
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Ulf Hermann
2016-07-14 09:33:44 +02:00
parent ebfdac357c
commit 1cc8cd7f02
4 changed files with 45 additions and 59 deletions

View File

@@ -63,6 +63,7 @@ signals:
void connectionClosed();
public slots:
void retryConnect();
void connectTcpClient(Utils::Port port);
void connectLocalClient(const QString &file);
void disconnectClient();
@@ -75,8 +76,6 @@ private slots:
void qmlDebugConnectionStateChanged(QAbstractSocket::SocketState state);
void logState(const QString &);
void retryMessageBoxFinished(int result);
void qmlComplete(qint64 maximumTime);
void qmlNewEngine(int engineId);