From ebbf58a05ca112b7e56df8aa072f410398a86dae Mon Sep 17 00:00:00 2001 From: Melvin Keskin Date: Mon, 7 Mar 2022 14:58:29 +0100 Subject: Add parameter 'keyOwnerJid' to trust storages' 'trustLevel()' --- src/client/QXmppTrustStorage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/QXmppTrustStorage.h') diff --git a/src/client/QXmppTrustStorage.h b/src/client/QXmppTrustStorage.h index dffbcfae..c1db773d 100644 --- a/src/client/QXmppTrustStorage.h +++ b/src/client/QXmppTrustStorage.h @@ -55,7 +55,7 @@ public: virtual QFuture setTrustLevel(const QString &encryption, const QMultiHash &keyIds, TrustLevel trustLevel) = 0; virtual QFuture setTrustLevel(const QString &encryption, const QList &keyOwnerJids, TrustLevel oldTrustLevel, TrustLevel newTrustLevel) = 0; - virtual QFuture trustLevel(const QString &encryption, const QByteArray &keyId) = 0; + virtual QFuture trustLevel(const QString &encryption, const QString &keyOwnerJid, const QByteArray &keyId) = 0; virtual QFuture resetAll(const QString &encryption) = 0; }; -- cgit v1.2.3