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

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


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

The following commit has been merged in the master branch:
commit 1b430db4a31ec6c82be9618a813849ce0fc02806
Author: Vineet Garg <grg.vineet at gmail.com>
Date:   Sun Jul 19 21:59:27 2015 +0530

    Fixed indentation
---
 core/daemon.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/daemon.h b/core/daemon.h
index ec4b57d..e90213b 100644
--- a/core/daemon.h
+++ b/core/daemon.h
@@ -62,8 +62,8 @@ public Q_SLOTS:
     //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 onlyVisible = false) const;
 
-	//Exposing kdeconnectconfig through daemon, needed to show certificate hash in cli, but this can be extended to name, id, public key etc. if needed
-	Q_SCRIPTABLE QByteArray certificate(int format) const;
+    //Exposing kdeconnectconfig through daemon, needed to show certificate hash in cli, but this can be extended to name, id, public key etc. if needed
+    Q_SCRIPTABLE QByteArray certificate(int format) const;
 
     virtual void requestPairing(Device *d) = 0;
     virtual void reportError(const QString &title, const QString &description) = 0;

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list