aboutsummaryrefslogtreecommitdiff
path: root/lib/util.h
diff options
context:
space:
mode:
authorTobias Fella <fella@posteo.de>2021-08-31 15:06:46 +0200
committerTobias Fella <fella@posteo.de>2021-08-31 15:06:46 +0200
commite2de07628f61c565ac8c85fa3aae84a5fa6feba3 (patch)
treec1f1b1282429057465b97fcf2866ebbc8053829a /lib/util.h
parent06a8ef6ebed5962117121486059ba46dc7f6d4f9 (diff)
downloadlibquotient-e2de07628f61c565ac8c85fa3aae84a5fa6feba3.tar.gz
libquotient-e2de07628f61c565ac8c85fa3aae84a5fa6feba3.zip
Add functions and macros to query for Quotient's version
Diffstat (limited to 'lib/util.h')
-rw-r--r--lib/util.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/util.h b/lib/util.h
index 78fc9ab7..5bfe6841 100644
--- a/lib/util.h
+++ b/lib/util.h
@@ -318,4 +318,9 @@ qreal stringToHueF(const QString& s);
/** Extract the serverpart from MXID */
QString serverPart(const QString& mxId);
+
+QString versionString();
+int majorVersion();
+int minorVersion();
+int patchVersion();
} // namespace Quotient