From fa8d7ed727b892aefb3fc4741c57e0466848b6da Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Thu, 15 Apr 2010 08:21:39 +0000 Subject: make QXmppRosterIq::Item and QXmppRosterEntry APIs converge --- source/QXmppRoster.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'source/QXmppRoster.cpp') 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 -- cgit v1.2.3