SSH: Fix SshConnection::error signal connections.

I recently changed the signal argument, but forgot to update
some of the points of use.

Reviewed-by: kh1
This commit is contained in:
Christian Kandeler
2010-10-11 12:19:17 +02:00
parent 22130aae27
commit a48139b8d0
4 changed files with 6 additions and 6 deletions

View File

@@ -72,7 +72,7 @@ void MaemoDeviceEnvReader::start()
connect(m_connection.data(), SIGNAL(connected()), this,
SLOT(executeRemoteCall()));
connect(m_connection.data(), SIGNAL(error(SshError)), this,
connect(m_connection.data(), SIGNAL(error(Core::SshError)), this,
SLOT(handleConnectionFailure()));
if (reuse)