[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=2fd42a8
The following commit has been merged in the master branch:
commit 2fd42a8408ec11abb5e115b663176eb42ac7bee4
Author: Albert Vaca <albertvaka at gmail.com>
Date: Mon Aug 29 20:38:16 2016 +0200
Unused var
---
kio/kiokdeconnect.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/kio/kiokdeconnect.cpp b/kio/kiokdeconnect.cpp
index 50bc597..527d980 100644
--- a/kio/kiokdeconnect.cpp
+++ b/kio/kiokdeconnect.cpp
@@ -86,7 +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);
- int i = 0;
Q_FOREACH(const QString& deviceId, devices) {
DeviceDbusInterface interface(deviceId);
--
kdeconnect packaging
More information about the pkg-kde-commits
mailing list