aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/ssh/sshkeypasswordretriever_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/ssh/sshkeypasswordretriever_p.h')
-rw-r--r--src/libs/ssh/sshkeypasswordretriever_p.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/libs/ssh/sshkeypasswordretriever_p.h b/src/libs/ssh/sshkeypasswordretriever_p.h
index 15301feb67..7d7bc76e69 100644
--- a/src/libs/ssh/sshkeypasswordretriever_p.h
+++ b/src/libs/ssh/sshkeypasswordretriever_p.h
@@ -25,19 +25,12 @@
#pragma once
-#include <botan/botan.h>
-
#include <string>
namespace QSsh {
namespace Internal {
-class SshKeyPasswordRetriever : public Botan::User_Interface
-{
-public:
- std::string get_passphrase(const std::string &what, const std::string &source,
- UI_Result &result) const;
-};
+std::string get_passphrase();
} // namespace Internal
} // namespace QSsh