[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:08:44 UTC 2016


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

The following commit has been merged in the master branch:
commit 291d16df1a27e38be34f2e204b5d0f74c6ea3171
Author: Aleix Pol <aleixpol at kde.org>
Date:   Thu Feb 26 18:06:14 2015 +0100

    Fix connect and adopt new style
---
 KTp/persistent-contact.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/KTp/persistent-contact.cpp b/KTp/persistent-contact.cpp
index 866110a..406b3f7 100644
--- a/KTp/persistent-contact.cpp
+++ b/KTp/persistent-contact.cpp
@@ -57,7 +57,7 @@ KTp::PersistentContact::PersistentContact(const QString &accountId, const QStrin
     QString objectPath = TP_QT_ACCOUNT_OBJECT_PATH_BASE + QLatin1Char('/') + accountId;
 
     Tp::PendingReady *op = KTp::accountFactory()->proxy(TP_QT_ACCOUNT_MANAGER_BUS_NAME, objectPath, KTp::connectionFactory(), KTp::channelFactory(), KTp::contactFactory());
-    connect(op, SIGNAL(finished(Tp::PendingOperation*)), SLOT(onCreateAccountFinished(Tp::PendingOperation*)));
+    connect(op, &Tp::PendingReady::finished, this, &KTp::PersistentContact::onAccountReady);
 }
 
 KTp::PersistentContact::~PersistentContact()

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list