summaryrefslogtreecommitdiff
path: root/tests/manual
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2015-05-27 17:02:21 +0200
committerChristian Kandeler <christian.kandeler@theqtcompany.com>2015-05-27 15:03:39 +0000
commit2ed0592dea71afd0f428a6f6e524ae23a63ed0c8 (patch)
tree5bc1a4eaafc635a86b8a20a814f07815a4c8e22b /tests/manual
parentd7b70000ac2193e9df0a81140ede7c99a86efb45 (diff)
downloadqt-creator-2ed0592dea71afd0f428a6f6e524ae23a63ed0c8.tar.gz
SSH: Fix error in test.
Change-Id: Ifda41d0fdef54cbc1c5e397be6782bda7a047098 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/ssh/errorhandling/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/ssh/errorhandling/main.cpp b/tests/manual/ssh/errorhandling/main.cpp
index 9e7ef9f565..983617bcdc 100644
--- a/tests/manual/ssh/errorhandling/main.cpp
+++ b/tests/manual/ssh/errorhandling/main.cpp
@@ -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);