forked from qt-creator/qt-creator
SSH: Fix error in test.
Change-Id: Ifda41d0fdef54cbc1c5e397be6782bda7a047098 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user