[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:29:22 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=0809e33

The following commit has been merged in the master branch:
commit 0809e33118b0962900f1a12b7e8fb6da725a9a7c
Author: Aleix Pol <aleixpol at kde.org>
Date:   Mon Nov 23 12:39:25 2015 +0100

    Fix compilation with newer (and older, i.e. last relased) telepathy-qt versions
---
 telepathy-cm/connection.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/telepathy-cm/connection.cpp b/telepathy-cm/connection.cpp
index e5c0a9e..22a5985 100644
--- a/telepathy-cm/connection.cpp
+++ b/telepathy-cm/connection.cpp
@@ -46,7 +46,7 @@ ConnectConnection::ConnectConnection(const QDBusConnection &dbusConnection, cons
     Tp::BaseConnection(dbusConnection, cmName, protocolName, parameters)
 {
     /* Connection.Interface.Contacts */
-    contactsIface = Tp::BaseConnectionContactsInterface::create(this);
+    contactsIface = Tp::BaseConnectionContactsInterface::create();
     contactsIface->setGetContactAttributesCallback(Tp::memFun(this, &ConnectConnection::getContactAttributes));
     contactsIface->setContactAttributeInterfaces(QStringList()
                                                  << TP_QT_IFACE_CONNECTION

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list