Unused var
This commit is contained in:
parent
d89bf512cf
commit
2fd42a8408
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue