diff options
Diffstat (limited to 'lib/e2ee/qolmutility.h')
-rw-r--r-- | lib/e2ee/qolmutility.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/e2ee/qolmutility.h b/lib/e2ee/qolmutility.h index 6c1c8624..508767bf 100644 --- a/lib/e2ee/qolmutility.h +++ b/lib/e2ee/qolmutility.h @@ -32,8 +32,10 @@ public: bool ed25519Verify(const QByteArray &key, const QByteArray &message, QByteArray signature); + OlmErrorCode lastErrorCode() const; + const char* lastError() const; + private: OlmUtility *m_utility; - }; } |