From 66bcf88f19c9951bfde71f2578f06500e7ebc75f Mon Sep 17 00:00:00 2001 From: Linus Jahn Date: Tue, 24 May 2022 14:20:39 +0200 Subject: SendStanzaParams: Fix typo in setter name --- src/client/QXmppSendStanzaParams.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/QXmppSendStanzaParams.cpp') 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 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 encryptionJids) +void QXmppSendStanzaParams::setEncryptionJids(QVector encryptionJids) { d->encryptionJids = std::move(encryptionJids); } -- cgit v1.2.3