diff options
author | saturneric <[email protected]> | 2023-11-02 01:59:40 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2023-11-02 01:59:40 +0000 |
commit | b219d1c9d0f6e9542b0b4f3f62c4dd368413ddec (patch) | |
tree | 5fea5953addaa157d644dc07faec76363bec0f00 /src/core/function/gpg/GpgKeyImportExporter.h | |
parent | style: improve code style of core (diff) | |
download | GpgFrontend-b219d1c9d0f6e9542b0b4f3f62c4dd368413ddec.tar.gz GpgFrontend-b219d1c9d0f6e9542b0b4f3f62c4dd368413ddec.zip |
feat: add callback function to event
Diffstat (limited to 'src/core/function/gpg/GpgKeyImportExporter.h')
-rw-r--r-- | src/core/function/gpg/GpgKeyImportExporter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/function/gpg/GpgKeyImportExporter.h b/src/core/function/gpg/GpgKeyImportExporter.h index 950b7d61..0f324a06 100644 --- a/src/core/function/gpg/GpgKeyImportExporter.h +++ b/src/core/function/gpg/GpgKeyImportExporter.h @@ -122,7 +122,7 @@ class GPGFRONTEND_CORE_EXPORT GpgKeyImportExporter * @return true * @return false */ - auto ExportKeys(const KeyArgsList& keys, ByteArrayPtr& out_buffer, + auto ExportKeys(const KeyArgsList& keys, ByteArrayPtr& outBuffer, bool secret = false) const -> bool; /** |