Merge branch '1027-cc' into 'dbus-interface'
call ukui-control-center method change See merge request kylin-desktop/kylin-nm!365
This commit is contained in:
commit
c7c0242760
|
@ -689,7 +689,7 @@ void LanPage::onDeviceComboxIndexChanged(int currentIndex)
|
|||
void LanPage::onShowControlCenter()
|
||||
{
|
||||
QProcess process;
|
||||
process.startDetached("ukui-control-center --wiredconnect");
|
||||
process.startDetached("ukui-control-center -m netconnect");
|
||||
}
|
||||
|
||||
void LanPage::initUI()
|
||||
|
|
|
@ -964,7 +964,7 @@ void WlanPage::showControlCenter()
|
|||
qDebug() << LOG_FLAG <<"show control center";
|
||||
|
||||
QProcess process;
|
||||
process.startDetached("ukui-control-center --wlanconnect");
|
||||
process.startDetached("ukui-control-center -m wlanconnect");
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue