[telepathy-qt4/master] ContactManager: Renamed groupChanged signal to groupMembersChanged.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Wed Jul 22 12:06:51 PDT 2009


---
 TelepathyQt4/contact-manager.cpp |    2 +-
 TelepathyQt4/contact-manager.h   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/TelepathyQt4/contact-manager.cpp b/TelepathyQt4/contact-manager.cpp
index b8a3a5a..fe7fb95 100644
--- a/TelepathyQt4/contact-manager.cpp
+++ b/TelepathyQt4/contact-manager.cpp
@@ -887,7 +887,7 @@ void ContactManager::onContactListGroupMembersChanged(
     QString id = contactListGroupChannel->immutableProperties().value(
             QLatin1String(TELEPATHY_INTERFACE_CHANNEL ".TargetID")).toString();
 
-    emit groupChanged(id);
+    emit groupMembersChanged(id);
 
     foreach (const ContactPtr &contact, groupMembersAdded) {
         contact->setAddedToGroup(id);
diff --git a/TelepathyQt4/contact-manager.h b/TelepathyQt4/contact-manager.h
index 6ca6ea6..a70d500 100644
--- a/TelepathyQt4/contact-manager.h
+++ b/TelepathyQt4/contact-manager.h
@@ -111,7 +111,7 @@ Q_SIGNALS:
     void presencePublicationRequested(const Tp::Contacts &contacts);
     void groupAdded(const QString &group);
     void groupRemoved(const QString &group);
-    void groupChanged(const QString &group);
+    void groupMembersChanged(const QString &group);
 
 private Q_SLOTS:
     void onAliasesChanged(const Tp::AliasPairList &);
-- 
1.5.6.5




More information about the telepathy-commits mailing list