diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-09-22 14:01:01 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-09-26 10:46:34 +0200 |
commit | d5c1afc536dde87f460ccadfcfd51444b5e9bb82 (patch) | |
tree | 30a85c918c8c37b3ae0904a935f2fc705fe86ed5 /lib/e2ee/qolminboundsession.h | |
parent | 2ff045d8b381bfbd64100d083f81b61c5fe87b23 (diff) | |
download | libquotient-d5c1afc536dde87f460ccadfcfd51444b5e9bb82.tar.gz libquotient-d5c1afc536dde87f460ccadfcfd51444b5e9bb82.zip |
Trample Sonar warnings
Diffstat (limited to 'lib/e2ee/qolminboundsession.h')
-rw-r--r-- | lib/e2ee/qolminboundsession.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/e2ee/qolminboundsession.h b/lib/e2ee/qolminboundsession.h index 15979a05..b9710354 100644 --- a/lib/e2ee/qolminboundsession.h +++ b/lib/e2ee/qolminboundsession.h @@ -19,7 +19,7 @@ public: //! Creates a new instance of `OlmInboundGroupSession`. static QOlmExpected<QOlmInboundGroupSessionPtr> create(const QByteArray& key); //! Import an inbound group session, from a previous export. - static QOlmExpected<QOlmInboundGroupSessionPtr> import(const QByteArray& key); + static QOlmExpected<QOlmInboundGroupSessionPtr> importSession(const QByteArray& key); //! Serialises an `OlmInboundGroupSession` to encrypted Base64. QByteArray pickle(const PicklingMode& mode) const; //! Deserialises from encrypted Base64 that was previously obtained by pickling |