diff options
| author | Melvin Keskin <melvo@olomono.de> | 2022-03-07 14:58:29 +0100 |
|---|---|---|
| committer | Linus Jahn <lnj@kaidan.im> | 2022-03-07 20:19:29 +0100 |
| commit | ebbf58a05ca112b7e56df8aa072f410398a86dae (patch) | |
| tree | 414f3459888096124d4b3a1846c355ce2d0f290d /src/client/QXmppTrustStorage.cpp | |
| parent | 76965a11aa4d230ae8636c67e0e6f9ce20f5ec5c (diff) | |
| download | qxmpp-ebbf58a05ca112b7e56df8aa072f410398a86dae.tar.gz | |
Add parameter 'keyOwnerJid' to trust storages' 'trustLevel()'
Diffstat (limited to 'src/client/QXmppTrustStorage.cpp')
| -rw-r--r-- | src/client/QXmppTrustStorage.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client/QXmppTrustStorage.cpp b/src/client/QXmppTrustStorage.cpp index 149eccfe..5cfe5b95 100644 --- a/src/client/QXmppTrustStorage.cpp +++ b/src/client/QXmppTrustStorage.cpp @@ -176,13 +176,14 @@ /// /// -/// \fn QXmppTrustStorage::trustLevel(const QString &encryption, const QByteArray &keyId) +/// \fn QXmppTrustStorage::trustLevel(const QString &encryption, const QString &keyOwnerJid, const QByteArray &keyId) /// /// Returns the trust level of a key. /// /// If the key is not stored, the trust in that key is undecided. /// /// \param encryption encryption protocol namespace +/// \param keyOwnerJid key owner's bare JID /// \param keyId ID of the key /// /// \return the key's trust level |
