diff options
Diffstat (limited to 'source/QXmppRosterIq.cpp')
| -rw-r--r-- | source/QXmppRosterIq.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source/QXmppRosterIq.cpp b/source/QXmppRosterIq.cpp index 204a4ada..baa38b47 100644 --- a/source/QXmppRosterIq.cpp +++ b/source/QXmppRosterIq.cpp @@ -155,8 +155,6 @@ void QXmppRosterIq::Item::setSubscriptionStatus(const QString& str) /// Returns the subscription type of the roster entry. /// -/// \return QXmppRosterEntry::SubscriptionType -/// QXmppRosterIq::Item::SubscriptionType QXmppRosterIq::Item::subscriptionType() const @@ -166,7 +164,7 @@ QXmppRosterIq::Item::SubscriptionType /// Sets the subscription type of the roster entry. /// -/// \param type as a QXmppRosterEntry::SubscriptionType +/// \param type /// void QXmppRosterIq::Item::setSubscriptionType(SubscriptionType type) |
