forked from qt-creator/qt-creator
SSH: Don't allow connectToHost() while already connecting/connected.
Also fix callers potentially violating this policy. Change-Id: I630f1c544885df93a81e217e792363c0c2314108 Reviewed-on: http://codereview.qt.nokia.com/1186 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
@@ -186,7 +186,8 @@ void RemoteValgrindProcess::run(const QString &valgrindExecutable, const QString
|
||||
this, SLOT(connected()));
|
||||
connect(m_connection.data(), SIGNAL(error(Utils::SshError)),
|
||||
this, SLOT(error(Utils::SshError)));
|
||||
m_connection->connectToHost();
|
||||
if (m_connection->state() == Utils::SshConnection::Unconnected)
|
||||
m_connection->connectToHost();
|
||||
} else {
|
||||
connected();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user