[SCM] ktp-contact-runner packaging branch, master, updated. debian/15.12.1-2-244-g38a1f58

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 17:50:27 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-contact-runner.git;a=commitdiff;h=bb971b5

The following commit has been merged in the master branch:
commit bb971b51b39da7a81070b8de7daa758cf7608197
Author: Martin Klapetek <martin.klapetek at gmail.com>
Date:   Fri May 4 11:18:59 2012 +0200

    Normalize signal/slot signature
---
 src/contactrunner.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/contactrunner.cpp b/src/contactrunner.cpp
index 2687ce1..165d3bb 100644
--- a/src/contactrunner.cpp
+++ b/src/contactrunner.cpp
@@ -86,8 +86,8 @@ ContactRunner::ContactRunner(QObject *parent, const QVariantList &args):
 
     m_accountManager = Tp::AccountManager::create(accountFactory, connectionFactory, channelFactory, contactFactory);
     connect(m_accountManager->becomeReady(Tp::AccountManager::FeatureCore),
-            SIGNAL(finished(Tp::PendingOperation *)),
-            this, SLOT(accountManagerReady(Tp::PendingOperation *)));
+            SIGNAL(finished(Tp::PendingOperation*)),
+            this, SLOT(accountManagerReady(Tp::PendingOperation*)));
 }
 
 ContactRunner::~ContactRunner()

-- 
ktp-contact-runner packaging



More information about the pkg-kde-commits mailing list