diff options
author | Tobias Fella <fella@posteo.de> | 2021-06-02 19:39:34 +0200 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-01 21:56:11 +0100 |
commit | 3e51359d1b7891b9a6e4611662c753653c3618bf (patch) | |
tree | 642c3f385ad0c7aadfecafde621af67a9ed03121 /lib/encryptionmanager.h | |
parent | 40d6616ef0c4a9be20d5fe5e50f4b9959d0ab3d1 (diff) | |
download | libquotient-3e51359d1b7891b9a6e4611662c753653c3618bf.tar.gz libquotient-3e51359d1b7891b9a6e4611662c753653c3618bf.zip |
Things
Diffstat (limited to 'lib/encryptionmanager.h')
-rw-r--r-- | lib/encryptionmanager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/encryptionmanager.h b/lib/encryptionmanager.h index 17f4f853..db9bff07 100644 --- a/lib/encryptionmanager.h +++ b/lib/encryptionmanager.h @@ -19,6 +19,7 @@ class EncryptionManager : public QObject { public: explicit EncryptionManager(QObject* parent = nullptr); ~EncryptionManager(); + QString sessionDecryptMessage(const QJsonObject& personalCipherObject, const QByteArray& senderKey, std::unique_ptr<QOlmAccount>& account); |