aboutsummaryrefslogtreecommitdiff
path: root/src/client/QXmppSendStanzaParams.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/QXmppSendStanzaParams.cpp')
-rw-r--r--src/client/QXmppSendStanzaParams.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/QXmppSendStanzaParams.cpp b/src/client/QXmppSendStanzaParams.cpp
index afbcdbc6..ca628f14 100644
--- a/src/client/QXmppSendStanzaParams.cpp
+++ b/src/client/QXmppSendStanzaParams.cpp
@@ -48,7 +48,7 @@ QVector<QString> QXmppSendStanzaParams::encryptionJids() const
/// If this is empty, the stanza should be encrypted for the recipient.
/// This option is useful for groupchats.
///
-void QXmppSendStanzaParams::sendEncryptionJids(QVector<QString> encryptionJids)
+void QXmppSendStanzaParams::setEncryptionJids(QVector<QString> encryptionJids)
{
d->encryptionJids = std::move(encryptionJids);
}