diff options
Diffstat (limited to 'source/QXmppRosterIq.cpp')
| -rw-r--r-- | source/QXmppRosterIq.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/QXmppRosterIq.cpp b/source/QXmppRosterIq.cpp index bcb670ea..44708ded 100644 --- a/source/QXmppRosterIq.cpp +++ b/source/QXmppRosterIq.cpp @@ -68,7 +68,8 @@ QByteArray QXmppRosterIq::toXmlElementFromChild() const return data.toAscii();
}
-QXmppRosterIq::Item::SubscriptionType QXmppRosterIq::Item::getSubscriptionType() const
+QXmppRosterIq::Item::SubscriptionType
+ QXmppRosterIq::Item::getSubscriptionType() const
{
return m_type;
}
|
