From 4c565dd7dd78340a393ccbf4bc3bed9f6ce360f2 Mon Sep 17 00:00:00 2001 From: Melvin Keskin Date: Tue, 19 Apr 2022 20:05:16 +0200 Subject: Add QXmppTrustManager as base of trust managers such as QXmppAtmManager --- src/client/QXmppTrustMemoryStorage.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client/QXmppTrustMemoryStorage.h') diff --git a/src/client/QXmppTrustMemoryStorage.h b/src/client/QXmppTrustMemoryStorage.h index c9d15fe9..1d0e2561 100644 --- a/src/client/QXmppTrustMemoryStorage.h +++ b/src/client/QXmppTrustMemoryStorage.h @@ -34,8 +34,8 @@ public: QFuture>> keys(const QString &encryption, const QList &keyOwnerJids, TrustLevels trustLevels = {}) override; QFuture hasKey(const QString &encryption, const QString &keyOwnerJid, TrustLevels trustLevels) override; - QFuture setTrustLevel(const QString &encryption, const QMultiHash &keyIds, TrustLevel trustLevel) override; - QFuture setTrustLevel(const QString &encryption, const QList &keyOwnerJids, TrustLevel oldTrustLevel, TrustLevel newTrustLevel) override; + QFuture>> setTrustLevel(const QString &encryption, const QMultiHash &keyIds, TrustLevel trustLevel) override; + QFuture>> setTrustLevel(const QString &encryption, const QList &keyOwnerJids, TrustLevel oldTrustLevel, TrustLevel newTrustLevel) override; QFuture trustLevel(const QString &encryption, const QString &keyOwnerJid, const QByteArray &keyId) override; QFuture resetAll(const QString &encryption) override; -- cgit v1.2.3