aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppTrustStorage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/QXmppTrustStorage.cpp')
-rw-r--r--src/client/QXmppTrustStorage.cpp6
1 files changed, 3 insertions, 3 deletions
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.
///