diff options
Diffstat (limited to 'src/core/utils/CommonUtils.h')
-rw-r--r-- | src/core/utils/CommonUtils.h | 6 |
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 |