out arg
This commit is contained in:
parent
808613285c
commit
6a0806dae0
|
@ -797,7 +797,7 @@ void LanPage::onUpdateLanlist(QString uuid,
|
|||
|| state == NetworkManager::ActiveConnection::State::Deactivating) {
|
||||
QString devName = m_activeResourse->getDeviceOfActivateConnect(uuid);
|
||||
if (devName.isEmpty()) {
|
||||
NetworkManager::ConnectionSettings::ConnectionType type = NetworkManager::ConnectionSettings::Wired;
|
||||
NetworkManager::ConnectionSettings::ConnectionType type;
|
||||
m_connectResourse->getInterfaceByUuid(devName, type, uuid);
|
||||
}
|
||||
emit lanActiveConnectionStateChanged(devName, uuid, state);
|
||||
|
|
Loading…
Reference in New Issue