remove duplicates from interface list
This commit is contained in:
parent
0ba6db296b
commit
c04e2090d7
@ -889,6 +889,7 @@ void DevicePlugin::loadMetaData()
|
|||||||
interfaces.append(generateInterfaceParentList(value.toString()));
|
interfaces.append(generateInterfaceParentList(value.toString()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
interfaces.removeDuplicates();
|
||||||
deviceClass.setInterfaces(interfaces);
|
deviceClass.setInterfaces(interfaces);
|
||||||
|
|
||||||
if (!broken) {
|
if (!broken) {
|
||||||
|
|||||||
Reference in New Issue
Block a user