diff options
author | saturneric <[email protected]> | 2024-05-03 15:13:14 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-05-03 15:13:14 +0000 |
commit | 3d3c3d954bd2e8422e1ee3c0ba767993de1e4615 (patch) | |
tree | 6bdcf066f44390cfd90d904065099a32486a62cf /src/core/function/gpg/GpgAdvancedOperator.h | |
parent | fix: min size of main windows is 640 * 480 (diff) | |
download | GpgFrontend-3d3c3d954bd2e8422e1ee3c0ba767993de1e4615.tar.gz GpgFrontend-3d3c3d954bd2e8422e1ee3c0ba767993de1e4615.zip |
feat: add option to close all gnupg daemon at close
Diffstat (limited to 'src/core/function/gpg/GpgAdvancedOperator.h')
-rw-r--r-- | src/core/function/gpg/GpgAdvancedOperator.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/function/gpg/GpgAdvancedOperator.h b/src/core/function/gpg/GpgAdvancedOperator.h index d6b57095..26391e03 100644 --- a/src/core/function/gpg/GpgAdvancedOperator.h +++ b/src/core/function/gpg/GpgAdvancedOperator.h @@ -93,6 +93,12 @@ class GPGFRONTEND_CORE_EXPORT GpgAdvancedOperator { * @return false */ static void StartKeyBoxd(OperationCallback); + + /** + * @brief + * + */ + static void KillAllGpgComponents(); }; } // namespace GpgFrontend |