diff options
Diffstat (limited to 'source')
| -rw-r--r-- | source/QXmppRosterIq.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/QXmppRosterIq.cpp b/source/QXmppRosterIq.cpp index dc8419ef..db1994e0 100644 --- a/source/QXmppRosterIq.cpp +++ b/source/QXmppRosterIq.cpp @@ -162,7 +162,7 @@ void QXmppRosterIq::Item::toXml(QXmlStreamWriter *writer) const helperToXmlAddAttribute(writer,"jid", m_bareJid); helperToXmlAddAttribute(writer,"name", m_name); helperToXmlAddAttribute(writer,"subscription", getSubscriptionTypeStr()); - helperToXmlAddAttribute(writer, "ask", getSubscriptionStatus()); + helperToXmlAddAttribute(writer, "ask", subscriptionStatus()); QSet<QString>::const_iterator i = m_groups.constBegin(); while(i != m_groups.constEnd()) |
