[SCM] kdeconnect packaging branch, master, updated. upstream/1.0.1-206-gf661872
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 18:27:02 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=152c6dc
The following commit has been merged in the master branch:
commit 152c6dccb9c1408fcd99097333e0692ebff35b76
Author: Albert Vaca <albertvaka at gmail.com>
Date: Mon Aug 29 20:28:24 2016 +0200
Calling processedSize is not needed in listDir
---
kio/kiokdeconnect.cpp | 5 -----
1 file changed, 5 deletions(-)
diff --git a/kio/kiokdeconnect.cpp b/kio/kiokdeconnect.cpp
index f069abc..107609c 100644
--- a/kio/kiokdeconnect.cpp
+++ b/kio/kiokdeconnect.cpp
@@ -86,8 +86,6 @@ void KioKdeconnect::listAllDevices()
//TODO: Change to all devices and show different icons for connected and disconnected?
QStringList devices = m_dbusInterface->devices(true, true);
- totalSize(devices.length());
-
int i = 0;
Q_FOREACH(const QString& deviceId, devices) {
@@ -107,9 +105,6 @@ void KioKdeconnect::listAllDevices()
entry.insert(KIO::UDSEntry::UDS_MIME_TYPE, "");
entry.insert(KIO::UDSEntry::UDS_URL, target);
listEntry(entry);
-
- processedSize(i++);
-
}
infoMessage("");
--
kdeconnect packaging
More information about the pkg-kde-commits
mailing list