SSH: Fix error in test.

Change-Id: Ifda41d0fdef54cbc1c5e397be6782bda7a047098
Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
Christian Kandeler
2015-05-27 17:02:21 +02:00
parent d7b70000ac
commit 2ed0592dea

View File

@@ -133,7 +133,7 @@ private slots:
qApp->quit();
}
void handleError(SshError error)
void handleError(QSsh::SshError error)
{
if (m_testSet.isEmpty()) {
qDebug("Error: Received error %d, but no test was running.", error);