aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/gpg/GpgKeyImportExporter.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/function/gpg/GpgKeyImportExporter.h')
-rw-r--r--src/core/function/gpg/GpgKeyImportExporter.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/core/function/gpg/GpgKeyImportExporter.h b/src/core/function/gpg/GpgKeyImportExporter.h
index dcadec36..12578a08 100644
--- a/src/core/function/gpg/GpgKeyImportExporter.h
+++ b/src/core/function/gpg/GpgKeyImportExporter.h
@@ -41,7 +41,7 @@ class GpgImportInformation;
* @brief
*
*/
-class GPGFRONTEND_CORE_EXPORT GpgKeyImportExporter
+class GF_CORE_EXPORT GpgKeyImportExporter
: public SingletonFunctionObject<GpgKeyImportExporter> {
public:
/**
@@ -68,9 +68,10 @@ class GPGFRONTEND_CORE_EXPORT GpgKeyImportExporter
* @param ascii
* @return std::tuple<GpgError, GFBuffer>
*/
- [[nodiscard]] auto ExportKey(
- const GpgAbstractKeyPtr& key, bool secret, bool ascii, bool shortest,
- bool ssh_mode = false) const -> std::tuple<GpgError, GFBuffer>;
+ [[nodiscard]] auto ExportKey(const GpgAbstractKeyPtr& key, bool secret,
+ bool ascii, bool shortest,
+ bool ssh_mode = false) const
+ -> std::tuple<GpgError, GFBuffer>;
/**
* @brief