diff options
Diffstat (limited to 'src/client/QXmppSendStanzaParams.h')
| -rw-r--r-- | src/client/QXmppSendStanzaParams.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/QXmppSendStanzaParams.h b/src/client/QXmppSendStanzaParams.h index 0b222b45..aed8f241 100644 --- a/src/client/QXmppSendStanzaParams.h +++ b/src/client/QXmppSendStanzaParams.h @@ -20,7 +20,7 @@ public: QXmppSendStanzaParams &operator=(const QXmppSendStanzaParams &); QVector<QString> encryptionJids() const; - void sendEncryptionJids(QVector<QString>); + void setEncryptionJids(QVector<QString>); private: QSharedDataPointer<QXmppSendStanzaParamsPrivate> d; |
