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

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


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

The following commit has been merged in the master branch:
commit 61f357a512e6ca3b202c6bd8285c4ec867e19f3b
Author: Aleix Pol <aleixpol at kde.org>
Date:   Mon Sep 7 17:12:28 2015 +0200

    Fix regression
    
    Reviewed by Albert Vaca
---
 core/daemon.h | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/core/daemon.h b/core/daemon.h
index 6da87e9..3f86063 100644
--- a/core/daemon.h
+++ b/core/daemon.h
@@ -55,8 +55,9 @@ public Q_SLOTS:
 
     Q_SCRIPTABLE void forceOnNetworkChange();
 
-    QString announcedName();
-    void setAnnouncedName(QString name);
+    ///don't try to turn into Q_PROPERTY, it doesn't work
+    Q_SCRIPTABLE QString announcedName();
+    Q_SCRIPTABLE void setAnnouncedName(QString name);
 
     //Returns a list of ids. The respective devices can be manipulated using the dbus path: "/modules/kdeconnect/Devices/"+id
     Q_SCRIPTABLE QStringList devices(bool onlyReachable = false, bool onlyPaired = false) const;

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list