[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:07:19 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=fed5bc4

The following commit has been merged in the master branch:
commit fed5bc43934ff20a0752cbb5e433bcbbe911a5b9
Author: George Goldberg <george.goldberg at collabora.co.uk>
Date:   Wed Jun 8 11:11:19 2011 +0100

    Stop using deprecated signals on Contact class.
    
    Reviewed-By: Dario Freddi <dario.freddi at collabora.co.uk>
    Reviewed-By: Daniele Domenichelli <daniele.domenichelli at gmail.com>
    
    REVIEW: 101541
---
 kpeople/nepomuk-feeder/contact.cpp | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/kpeople/nepomuk-feeder/contact.cpp b/kpeople/nepomuk-feeder/contact.cpp
index 4a1c5c6..8c78a2a 100644
--- a/kpeople/nepomuk-feeder/contact.cpp
+++ b/kpeople/nepomuk-feeder/contact.cpp
@@ -60,13 +60,14 @@ void Contact::init()
             SIGNAL(capabilitiesChanged(Tp::ContactCapabilities)),
             SLOT(onCapabilitiesChanged(Tp::ContactCapabilities)));
     connect(m_contact.data(),
-            SIGNAL(subscriptionStateChanged(Tp::Contact::PresenceState,Tp::Channel::GroupMemberChangeDetails)),
+            SIGNAL(subscriptionStateChanged(Tp::Contact::PresenceState)),
             SLOT(onSubscriptionStateChanged(Tp::Contact::PresenceState)));
     connect(m_contact.data(),
-            SIGNAL(publishStateChanged(Tp::Contact::PresenceState,Tp::Channel::GroupMemberChangeDetails)),
+            SIGNAL(publishStateChanged(Tp::Contact::PresenceState, QString)),
             SLOT(onPublishStateChanged(Tp::Contact::PresenceState)));
+    // FIXME: Add support to the ontology for the message QString.
     connect(m_contact.data(),
-            SIGNAL(blockStatusChanged(bool,Tp::Channel::GroupMemberChangeDetails)),
+            SIGNAL(blockStatusChanged(bool)),
             SLOT(onBlockStatusChanged(bool)));
     // FIXME: Connect to any other signals of sync-worthy properties here.
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list