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

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


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

The following commit has been merged in the master branch:
commit 97d97ffa1b2ccc222bfb0fbc85a7c3c826dbacf4
Author: Aleix Pol <aleixpol at kde.org>
Date:   Sun Dec 6 01:18:27 2015 +0100

    Fix connect
---
 core/daemon.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/daemon.cpp b/core/daemon.cpp
index 0b13b2d..91bb354 100644
--- a/core/daemon.cpp
+++ b/core/daemon.cpp
@@ -72,7 +72,7 @@ Daemon::Daemon(QObject *parent, bool testMode)
     Q_FOREACH(const QString& id, list) {
         Device* device = new Device(this, id);
         connect(device, SIGNAL(reachableStatusChanged()), this, SLOT(onDeviceStatusChanged()));
-        connect(device, SIGNAL(pairingChanged(bool)), this, SLOT(onDeviceStatusChanged()));
+        connect(device, SIGNAL(trustedChanged(bool)), this, SLOT(onDeviceStatusChanged()));
         d->mDevices[id] = device;
         Q_EMIT deviceAdded(id);
     }

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list