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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/core/utils/CommonUtils.h b/src/core/utils/CommonUtils.h
index de77114f..468d8a59 100644
--- a/src/core/utils/CommonUtils.h
+++ b/src/core/utils/CommonUtils.h
@@ -73,4 +73,13 @@ auto GPGFRONTEND_CORE_EXPORT GFUnStrDup(const char *) -> QString;
*/
auto GPGFRONTEND_CORE_EXPORT IsFlatpakENV() -> bool;
+/**
+ * @brief
+ *
+ * @param s
+ * @return int
+ */
+auto GPGFRONTEND_CORE_EXPORT ParseHexEncodedVersionTuple(const QString &s)
+ -> int;
+
} // namespace GpgFrontend \ No newline at end of file