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

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


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

The following commit has been merged in the master branch:
commit 50b9d331d14bd8bafa3275bca8caf11bc69e70a9
Author: Aleix Pol <aleixpol at kde.org>
Date:   Sat Sep 12 22:12:18 2015 +0200

    Fix hack
    
    Expose the signal on the exported interface.
---
 interfaces/dbusinterfaces.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/interfaces/dbusinterfaces.h b/interfaces/dbusinterfaces.h
index 88a494d..b5705e6 100644
--- a/interfaces/dbusinterfaces.h
+++ b/interfaces/dbusinterfaces.h
@@ -47,6 +47,9 @@ public:
     virtual ~DaemonDbusInterface();
 
     static QString activatedService();
+
+Q_SIGNALS:
+    void deviceAdded(const QString &id);
 };
 
 class KDECONNECTINTERFACES_EXPORT DeviceDbusInterface

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list