diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-04-15 08:21:39 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-04-15 08:21:39 +0000 |
| commit | fa8d7ed727b892aefb3fc4741c57e0466848b6da (patch) | |
| tree | bd8d58fed06bf96c3000fa4763cd09c7a174f1b0 /source/QXmppRoster.cpp | |
| parent | c0e76a9646b63f8135b6a4c5774c353fc7842c83 (diff) | |
| download | qxmpp-fa8d7ed727b892aefb3fc4741c57e0466848b6da.tar.gz | |
make QXmppRosterIq::Item and QXmppRosterEntry APIs converge
Diffstat (limited to 'source/QXmppRoster.cpp')
| -rw-r--r-- | source/QXmppRoster.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source/QXmppRoster.cpp b/source/QXmppRoster.cpp index c5fcac77..06f79430 100644 --- a/source/QXmppRoster.cpp +++ b/source/QXmppRoster.cpp @@ -227,16 +227,6 @@ void QXmppRoster::QXmppRosterEntry::setSubscriptionStatus(const QString& status) m_subscriptionStatus = status; } -/// Adds the group entry of the roster entry. -/// -/// \param group name as a QString -/// - -void QXmppRoster::QXmppRosterEntry::addGroupEntry(const QString& group) -{ - m_groups << group; -} - /// Sets the groups of the roster entry. /// /// \param groups list of all the groups as a QSet<QString> |
