diff options
author | saturneric <[email protected]> | 2023-12-01 12:38:52 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-12-01 12:38:52 +0000 |
commit | 9ea9c03263ad14c09d02cc3a9d25c9e890581046 (patch) | |
tree | fe9a01786f4b9c3973fafbcf5d3d679cd36b44f0 /src/core/function/gpg/GpgContext.h | |
parent | fix: update exit oprations odering (diff) | |
download | GpgFrontend-9ea9c03263ad14c09d02cc3a9d25c9e890581046.tar.gz GpgFrontend-9ea9c03263ad14c09d02cc3a9d25c9e890581046.zip |
fix: discover and fix some bugs
Diffstat (limited to 'src/core/function/gpg/GpgContext.h')
-rw-r--r-- | src/core/function/gpg/GpgContext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/function/gpg/GpgContext.h b/src/core/function/gpg/GpgContext.h index c20ef192..b9042128 100644 --- a/src/core/function/gpg/GpgContext.h +++ b/src/core/function/gpg/GpgContext.h @@ -71,7 +71,7 @@ class GPGFRONTEND_CORE_EXPORT GpgContext void SetPassphraseCb(gpgme_passphrase_cb_t passphrase_cb) const; - auto ShowPasswordInputDialog() -> std::string; + void ShowPasswordInputDialog(); signals: void SignalNeedUserInputPassphrase(); |