Fix bug choke occured from wired interface change to wireless interface
This commit is contained in:
parent
aaa665f57f
commit
c46c823a4e
|
@ -58,8 +58,8 @@ void KSimpleNM::execGetWifiList()
|
|||
type = 1;
|
||||
|
||||
runShellProcess->start("nmcli -f signal,security,freq,ssid device wifi");
|
||||
runShellProcess->waitForStarted(-1);
|
||||
runShellProcess->waitForFinished(-1);
|
||||
//runShellProcess->waitForStarted(-1);
|
||||
//runShellProcess->waitForFinished(-1);
|
||||
}
|
||||
|
||||
//读取获取到的结果
|
||||
|
|
Loading…
Reference in New Issue