mirror of
https://github.com/iDescriptor/iDescriptor.git
synced 2026-06-22 03:45:51 +08:00
implement upgrading wired connection to wireless after device is unplugged
This commit is contained in:
@@ -182,7 +182,7 @@ void NetworkDevicesWidget::updateDeviceList()
|
||||
{
|
||||
clearDeviceCards();
|
||||
|
||||
QList<NetworkDevice> devices =
|
||||
QMap<QString, NetworkDevice> devices =
|
||||
NetworkDeviceProvider::sharedInstance()->getNetworkDevices();
|
||||
|
||||
if (devices.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user