diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-05-14 16:28:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-14 16:28:02 +0200 |
commit | 42bdfa1d7a2cb7d8e6af58f7b91689c31c64f276 (patch) | |
tree | 5c60030964cf8ca9d279cd66fcdc22bd1ac92b48 /lib/e2ee/qolminboundsession.h | |
parent | 3458fdf7b416fe64b82ec9b99553c7b2aa299e4c (diff) | |
parent | 572b727b22d66a79431326c924236ef431fd972b (diff) | |
download | libquotient-42bdfa1d7a2cb7d8e6af58f7b91689c31c64f276.tar.gz libquotient-42bdfa1d7a2cb7d8e6af58f7b91689c31c64f276.zip |
Merge pull request #549 from quotient-im/kitsune/various-fixes
Various fixes and cleanup
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 32112b97..13515434 100644 --- a/lib/e2ee/qolminboundsession.h +++ b/lib/e2ee/qolminboundsession.h @@ -44,7 +44,7 @@ public: //! The olm session that this session was received from. //! Required to get the device this session is from. QString olmSessionId() const; - void setOlmSessionId(const QString& setOlmSessionId); + void setOlmSessionId(const QString& newOlmSessionId); //! The sender of this session. QString senderId() const; |