aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/function/gpg/GpgFileOpera.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-29 20:22:46 +0000
committersaturneric <[email protected]>2024-07-29 20:22:46 +0000
commit1fa7c648e357093ce5f41da0f68a67c229b344da (patch)
tree1926aea79a8054c0b329440a50d4da846fea2729 /src/core/function/gpg/GpgFileOpera.h
parentfix: solve some issues form codeql ci yml (diff)
downloadGpgFrontend-1fa7c648e357093ce5f41da0f68a67c229b344da.tar.gz
GpgFrontend-1fa7c648e357093ce5f41da0f68a67c229b344da.zip
feat: update copyright info
Diffstat (limited to 'src/core/function/gpg/GpgFileOpera.h')
-rw-r--r--src/core/function/gpg/GpgFileOpera.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/core/function/gpg/GpgFileOpera.h b/src/core/function/gpg/GpgFileOpera.h
index d7c2d44c..939ddc2d 100644
--- a/src/core/function/gpg/GpgFileOpera.h
+++ b/src/core/function/gpg/GpgFileOpera.h
@@ -1,5 +1,5 @@
/**
- * Copyright (C) 2021 Saturneric <[email protected]>
+ * Copyright (C) 2021-2024 Saturneric <[email protected]>
*
* This file is part of GpgFrontend.
*
@@ -241,11 +241,10 @@ class GPGFRONTEND_CORE_EXPORT GpgFileOpera
* @param ascii
* @param out_path
*/
- auto EncryptSignFileSync(const KeyArgsList& keys,
- const KeyArgsList& signer_keys,
- const QString& in_path, bool ascii,
- const QString& out_path)
- -> std::tuple<GpgError, DataObjectPtr>;
+ auto EncryptSignFileSync(
+ const KeyArgsList& keys, const KeyArgsList& signer_keys,
+ const QString& in_path, bool ascii,
+ const QString& out_path) -> std::tuple<GpgError, DataObjectPtr>;
/**
* @brief