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

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


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

The following commit has been merged in the master branch:
commit 29d3f9aa7a51c858505cd45251f182f768342d2b
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Thu Apr 14 18:52:31 2016 -0700

    Expose protocol version
---
 core/device.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/core/device.h b/core/device.h
index a889c6c..08f1f47 100644
--- a/core/device.h
+++ b/core/device.h
@@ -109,6 +109,8 @@ public:
 
     void cleanUnneededLinks();
 
+    int protocolVersion() { return m_protocolVersion; }
+
 public Q_SLOTS:
     ///sends a @p np package to the device
     virtual bool sendPackage(NetworkPackage& np);

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list