修改方法执行顺序
This commit is contained in:
parent
f15bce742f
commit
ef9365b0b8
|
@ -926,12 +926,12 @@ void LanPage::onConnectionStateChange(QString uuid,
|
|||
return;
|
||||
}
|
||||
|
||||
sendLanStateChangeSignal(uuid, (ConnectState)state);
|
||||
|
||||
if (m_activeConnectionMap.keys().contains(uuid) && state == NetworkManager::ActiveConnection::State::Activated) {
|
||||
return;
|
||||
}
|
||||
|
||||
sendLanStateChangeSignal(uuid, (ConnectState)state);
|
||||
|
||||
qDebug()<<"[LanPage] connection uuid"<< uuid
|
||||
<< "state change slot:"<< state;
|
||||
|
||||
|
|
Loading…
Reference in New Issue