Unused var

This commit is contained in:
Albert Vaca 2016-08-29 20:38:16 +02:00
parent d89bf512cf
commit 2fd42a8408

View file

@ -86,7 +86,6 @@ void KioKdeconnect::listAllDevices()
//TODO: Change to all devices and show different icons for connected and disconnected? //TODO: Change to all devices and show different icons for connected and disconnected?
QStringList devices = m_dbusInterface->devices(true, true); QStringList devices = m_dbusInterface->devices(true, true);
int i = 0;
Q_FOREACH(const QString& deviceId, devices) { Q_FOREACH(const QString& deviceId, devices) {
DeviceDbusInterface interface(deviceId); DeviceDbusInterface interface(deviceId);