aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/utils/CommonUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/utils/CommonUtils.h')
-rw-r--r--src/core/utils/CommonUtils.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/core/utils/CommonUtils.h b/src/core/utils/CommonUtils.h
index 468d8a59..d62f4867 100644
--- a/src/core/utils/CommonUtils.h
+++ b/src/core/utils/CommonUtils.h
@@ -82,4 +82,12 @@ auto GPGFRONTEND_CORE_EXPORT IsFlatpakENV() -> bool;
auto GPGFRONTEND_CORE_EXPORT ParseHexEncodedVersionTuple(const QString &s)
-> int;
+/**
+ * @brief
+ *
+ * @return true
+ * @return false
+ */
+auto GPGFRONTEND_CORE_EXPORT IsEmailAddress(const QString &) -> bool;
+
} // namespace GpgFrontend \ No newline at end of file