diff options
author | saturneric <[email protected]> | 2025-04-18 17:56:51 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2025-04-18 17:56:51 +0000 |
commit | a7ea8e6de4bb205d2a3783d5cb9bde8bee0086b9 (patch) | |
tree | 54838273836a155033d33b246ec4a4200291825b /src/core/utils/GpgUtils.h | |
parent | fix: issues found by testing (diff) | |
parent | fix: spelling mistake on project config by nightly build (diff) | |
download | GpgFrontend-a7ea8e6de4bb205d2a3783d5cb9bde8bee0086b9.tar.gz GpgFrontend-a7ea8e6de4bb205d2a3783d5cb9bde8bee0086b9.zip |
Merge branch 'develop'
Diffstat (limited to 'src/core/utils/GpgUtils.h')
-rw-r--r-- | src/core/utils/GpgUtils.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/core/utils/GpgUtils.h b/src/core/utils/GpgUtils.h index 13612b4f..f005bbfc 100644 --- a/src/core/utils/GpgUtils.h +++ b/src/core/utils/GpgUtils.h @@ -202,4 +202,29 @@ auto GPGFRONTEND_CORE_EXPORT GetGpgKeyByGpgAbstractKey(GpgAbstractKey*) * @return false */ auto GPGFRONTEND_CORE_EXPORT IsKeyGroupID(const KeyId& id) -> bool; + +/** + * @brief + * + * @return bool + */ +auto GPGFRONTEND_CORE_EXPORT GpgAgentVersionGreaterThan(int channel, + const QString&) -> bool; + +/** + * @brief + * + * @param channel + * @return true + * @return false + */ +auto GPGFRONTEND_CORE_EXPORT CheckGpgVersion(int channel, + const QString&) -> bool; + +/** + * @brief + * + * @return QString + */ +auto GPGFRONTEND_CORE_EXPORT DecidePinentry() -> QString; } // namespace GpgFrontend
\ No newline at end of file |