diff options
author | Tobias Fella <fella@posteo.de> | 2022-05-19 22:33:03 +0200 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2022-05-19 22:33:03 +0200 |
commit | 7787df0119e52621a03b3d4ad30d27165191fd77 (patch) | |
tree | 9097c1f5033006fe600f29e5ea144840be185164 /lib/util.h | |
parent | a8076b9a2394150e11381dc8fc2e3af2bbd03f39 (diff) | |
download | libquotient-7787df0119e52621a03b3d4ad30d27165191fd77.tar.gz libquotient-7787df0119e52621a03b3d4ad30d27165191fd77.zip |
Add function to check if e2ee is supported
Diffstat (limited to 'lib/util.h')
-rw-r--r-- | lib/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -199,4 +199,5 @@ QUOTIENT_API QString versionString(); QUOTIENT_API int majorVersion(); QUOTIENT_API int minorVersion(); QUOTIENT_API int patchVersion(); +QUOTIENT_API bool encryptionSupported(); } // namespace Quotient |