forked from qt-creator/qt-creator
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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user