aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/model/GpgGenerateKeyResult.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/model/GpgGenerateKeyResult.h')
-rw-r--r--src/core/model/GpgGenerateKeyResult.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/model/GpgGenerateKeyResult.h b/src/core/model/GpgGenerateKeyResult.h
index 3601da8b..f312d415 100644
--- a/src/core/model/GpgGenerateKeyResult.h
+++ b/src/core/model/GpgGenerateKeyResult.h
@@ -37,7 +37,7 @@ class GPGFRONTEND_CORE_EXPORT GpgGenerateKeyResult {
public:
auto IsGood() -> bool;
- auto GetFingerprint() -> std::string const;
+ auto GetFingerprint() -> QString const;
explicit GpgGenerateKeyResult(gpgme_genkey_result_t);