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

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


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

The following commit has been merged in the master branch:
commit 7bdf26927d328c7b80261ca3b2061c8dc8e90e80
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Sun Jun 21 19:42:28 2015 -0700

    Fixed warning
---
 plugins/sftp/sftpplugin.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/sftp/sftpplugin.cpp b/plugins/sftp/sftpplugin.cpp
index 1f10290..981dd09 100644
--- a/plugins/sftp/sftpplugin.cpp
+++ b/plugins/sftp/sftpplugin.cpp
@@ -84,7 +84,7 @@ void SftpPlugin::removeFromDolphin()
 
 void SftpPlugin::connected()
 {
-    bool state = QDBusConnection::sessionBus().registerObject(dbusPath(), this, QDBusConnection::ExportScriptableContents);
+    QDBusConnection::sessionBus().registerObject(dbusPath(), this, QDBusConnection::ExportScriptableContents);
 }
 
 void SftpPlugin::mount()

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list