aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppTrustMessageKeyOwner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/QXmppTrustMessageKeyOwner.h')
-rw-r--r--src/base/QXmppTrustMessageKeyOwner.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/base/QXmppTrustMessageKeyOwner.h b/src/base/QXmppTrustMessageKeyOwner.h
index 84a0d610..9c351b3c 100644
--- a/src/base/QXmppTrustMessageKeyOwner.h
+++ b/src/base/QXmppTrustMessageKeyOwner.h
@@ -44,11 +44,11 @@ public:
QString jid() const;
void setJid(const QString &jid);
- QList<QString> trustedKeys() const;
- void setTrustedKeys(const QList<QString> &keyIds);
+ QList<QByteArray> trustedKeys() const;
+ void setTrustedKeys(const QList<QByteArray> &keyIds);
- QList<QString> distrustedKeys() const;
- void setDistrustedKeys(const QList<QString> &keyIds);
+ QList<QByteArray> distrustedKeys() const;
+ void setDistrustedKeys(const QList<QByteArray> &keyIds);
/// \cond
void parse(const QDomElement &element);