aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/utils/CommonUtils.h
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-05-01 09:32:25 +0000
committersaturneric <[email protected]>2025-05-01 09:32:25 +0000
commitb7ad78faf6ef31e677981646798cbf3d45dda598 (patch)
tree32dfa2c3df273c31efee8b699d7d58c32e40bf5a /src/core/utils/CommonUtils.h
parentfix: tacking modules repo (diff)
downloadGpgFrontend-b7ad78faf6ef31e677981646798cbf3d45dda598.tar.gz
GpgFrontend-b7ad78faf6ef31e677981646798cbf3d45dda598.zip
feat: ad cmake option GPGFRONTEND_CHECK_RELEASE_COMMIT_HASH
Diffstat (limited to 'src/core/utils/CommonUtils.h')
-rw-r--r--src/core/utils/CommonUtils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/utils/CommonUtils.h b/src/core/utils/CommonUtils.h
index a0b46d3c..3c56bfe5 100644
--- a/src/core/utils/CommonUtils.h
+++ b/src/core/utils/CommonUtils.h
@@ -105,7 +105,7 @@ auto GPGFRONTEND_CORE_EXPORT IsEmailAddress(const QString &) -> bool;
* @param b
* @return auto
*/
-auto GPGFRONTEND_CORE_EXPORT
-GFSoftwareVersionGreaterThan(const QString &a, const QString &b) -> bool;
-
+auto GPGFRONTEND_CORE_EXPORT GFSoftwareVersionGreaterThan(const QString &a,
+ const QString &b)
+ -> bool;
} // namespace GpgFrontend \ No newline at end of file