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

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:28:31 UTC 2016


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

The following commit has been merged in the master branch:
commit e34a29103cf7462435ef5b6b5a57946c5f8a3d0d
Author: Aleix Pol <aleixpol at kde.org>
Date:   Wed Apr 29 02:25:49 2015 +0200

    Define interface name on the leaf class
    
    Otherwise it uses org.kde.kdeconnect.DesktopDaemon and signals are not
    properly propagated.
---
 daemon/kdeconnectd.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/daemon/kdeconnectd.cpp b/daemon/kdeconnectd.cpp
index 25632fd..c43bc9b 100644
--- a/daemon/kdeconnectd.cpp
+++ b/daemon/kdeconnectd.cpp
@@ -64,6 +64,7 @@ void initializeTermHandlers(QCoreApplication* app, Daemon* daemon)
 class DesktopDaemon : public Daemon
 {
     Q_OBJECT
+    Q_CLASSINFO("D-Bus Interface", "org.kde.kdeconnect.daemon")
 public:
     DesktopDaemon(QObject* parent = Q_NULLPTR)
         : Daemon(parent)

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list