diff options
author | Christian Kandeler <christian.kandeler@theqtcompany.com> | 2015-05-27 17:02:21 +0200 |
---|---|---|
committer | Christian Kandeler <christian.kandeler@theqtcompany.com> | 2015-05-27 15:03:39 +0000 |
commit | 2ed0592dea71afd0f428a6f6e524ae23a63ed0c8 (patch) | |
tree | 5bc1a4eaafc635a86b8a20a814f07815a4c8e22b /tests/manual | |
parent | d7b70000ac2193e9df0a81140ede7c99a86efb45 (diff) | |
download | qt-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.cpp | 2 |
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); |