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

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


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

The following commit has been merged in the master branch:
commit 4acfaa8b124538cb5e68450b50dd1f1a2423a344
Author: Àlex Fiestas <afiestas at kde.org>
Date:   Fri Jul 31 11:39:58 2015 +0200

    Remove trailing spaces and lines
---
 kio/kiokdeconnect.cpp | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/kio/kiokdeconnect.cpp b/kio/kiokdeconnect.cpp
index 0333a9b..9d40ee5 100644
--- a/kio/kiokdeconnect.cpp
+++ b/kio/kiokdeconnect.cpp
@@ -123,26 +123,26 @@ void KioKdeconnect::listDevice()
     qCDebug(KDECONNECT_KIO) << "ListDevice" << m_currentDevice;
 
     SftpDbusInterface interface(m_currentDevice);
-    
+
     QDBusReply<bool> mountreply = interface.mountAndWait();
-    
+
     if (handleDBusError(mountreply, this)) {
         return;
     }
-    
+
     if (!mountreply.value()) {
         error(KIO::ERR_COULD_NOT_MOUNT, i18n("Could not mount device filesystem"));
         return;
     }
-    
+
     QDBusReply< QVariantMap > urlreply = interface.getDirectories();
-    
+
     if (handleDBusError(urlreply, this)) {
         return;
     }
-    
+
     QVariantMap urls = urlreply.value();
-    
+
     for (QVariantMap::iterator it = urls.begin(); it != urls.end(); it++) {
 
         QString path = it.key();

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list