forked from qt-creator/qt-creator
QmlProfiler: stop trying to connect when the application quits
Change-Id: I3b33ced218320a19fd4e4e834093c0f3b67a8cba Task-number: QTCREATORBUG-20499 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -71,6 +71,11 @@ void QmlDebugConnectionManager::disconnectFromServer()
|
||||
stopConnectionTimer();
|
||||
}
|
||||
|
||||
bool QmlDebugConnectionManager::isConnecting() const
|
||||
{
|
||||
return m_connectionTimer.isActive();
|
||||
}
|
||||
|
||||
static quint16 port16(const QUrl &url)
|
||||
{
|
||||
const int port32 = url.port();
|
||||
|
||||
Reference in New Issue
Block a user