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/CommonUtils.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/CommonUtils.h')
-rw-r--r-- | src/core/utils/CommonUtils.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/core/utils/CommonUtils.h b/src/core/utils/CommonUtils.h index d62f4867..b7d18891 100644 --- a/src/core/utils/CommonUtils.h +++ b/src/core/utils/CommonUtils.h @@ -90,4 +90,14 @@ auto GPGFRONTEND_CORE_EXPORT ParseHexEncodedVersionTuple(const QString &s) */ auto GPGFRONTEND_CORE_EXPORT IsEmailAddress(const QString &) -> bool; +/** + * @brief if a > b + * + * @param a + * @param b + * @return auto + */ +auto GPGFRONTEND_CORE_EXPORT +GFSoftwareVersionGreaterThan(const QString &a, const QString &b) -> bool; + } // namespace GpgFrontend
\ No newline at end of file |