From 77a9a5c76685795376e8acd4d684c30a77192795 Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Thu, 30 Sep 2021 15:52:59 +0200 Subject: TrustStorage: Remove unnecessary const constraint Some implementations may require non-const access. --- src/client/QXmppTrustStorage.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/client/QXmppTrustStorage.cpp') diff --git a/src/client/QXmppTrustStorage.cpp b/src/client/QXmppTrustStorage.cpp index 16b858c2..51ebea82 100644 --- a/src/client/QXmppTrustStorage.cpp +++ b/src/client/QXmppTrustStorage.cpp @@ -74,7 +74,7 @@ /// /// -/// \fn QXmppTrustStorage::ownKey(const QString &encryption) const +/// \fn QXmppTrustStorage::ownKey(const QString &encryption) /// /// Returns an own key (i.e., the key used by this client instance). /// @@ -107,7 +107,7 @@ /// /// -/// \fn QXmppTrustStorage::keys(const QString &encryption, TrustLevels trustLevels = {}) const +/// \fn QXmppTrustStorage::keys(const QString &encryption, TrustLevels trustLevels = {}) /// /// Returns the JIDs of the key owners mapped to the IDs of their keys with a /// specific trust level. @@ -144,7 +144,7 @@ /// /// -/// \fn QXmppTrustStorage::trustLevel(const QString &encryption, const QString &keyId) const +/// \fn QXmppTrustStorage::trustLevel(const QString &encryption, const QString &keyId) /// /// Returns the trust level of a key. /// -- cgit v1.2.3