Merge pull request #143 from CrankyPants123/0524-dev
Fixed BUG#49792 Failed to connect hidden WiFi
This commit is contained in:
commit
a1cb116722
|
@ -314,7 +314,8 @@ void DlgHideWifiWpa::on_btnConnect_clicked()
|
||||||
connect(bt, SIGNAL(btFinish()), t, SLOT(quit()));
|
connect(bt, SIGNAL(btFinish()), t, SLOT(quit()));
|
||||||
}
|
}
|
||||||
t->start();
|
t->start();
|
||||||
this->close();
|
// this->close();
|
||||||
|
this->hide();
|
||||||
}
|
}
|
||||||
|
|
||||||
//void DlgHideWifiWpa::finishedProcess(int state) {
|
//void DlgHideWifiWpa::finishedProcess(int state) {
|
||||||
|
|
Loading…
Reference in New Issue