drop todo which is actually done now
This commit is contained in:
parent
89d8d371f6
commit
1c35e6be59
@ -466,7 +466,6 @@ QList<DeviceClass> DevicePlugin::supportedDevices() const
|
||||
|
||||
QStringList interfaces;
|
||||
foreach (const QJsonValue &value, deviceClassObject.value("interfaces").toArray()) {
|
||||
// TODO: Check interfaces for completeness
|
||||
QVariantMap interfaceMap = loadInterface(value.toString());
|
||||
QVariantList states = interfaceMap.value("states").toList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user