diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-19 11:41:16 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-07-19 11:41:16 +0000 |
| commit | 9d2d537c7bf395abe4e15528a50f7361205d26be (patch) | |
| tree | b48f62448a3cfbbba334624c1a343db5a6413fd5 /source/QXmppRosterIq.cpp | |
| parent | c748d55bb608f194a52b09e0c99b781fc214f955 (diff) | |
| download | qxmpp-9d2d537c7bf395abe4e15528a50f7361205d26be.tar.gz | |
remove references to QXmppRoster::QXmppRosterEntry
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) |
