mirror of
https://github.com/linuxdeepin/dde-dock.git
synced 2025-06-04 17:33:05 +00:00
network: fix wifi connect fail
securty field error Change-Id: I98b64f2aad60851b8389bca6e17556c23aedda27
This commit is contained in:
parent
a88259093e
commit
b383e9cc7d
Notes:
Deepin Code Review
2017-01-22 10:45:13 +08:00
Verified+1: Anonymous Coward #1000004 Code-Review+2: 石博文 <sbw@sbw.so> Submitted-by: 石博文 <sbw@sbw.so> Submitted-at: Sun, 22 Jan 2017 10:45:13 +0800 Reviewed-on: https://cr.deepin.io/19879 Project: dde/dde-dock Branch: refs/heads/master
@ -360,7 +360,7 @@ void WirelessList::needSecrets(const QString &info)
|
||||
const QJsonObject infoObject = QJsonDocument::fromJson(info.toUtf8()).object();
|
||||
|
||||
const QString connPath = infoObject.value("ConnectionPath").toString();
|
||||
const QString security = infoObject.value("KeyType").toString();
|
||||
const QString security = infoObject.value("SettingName").toString();
|
||||
const QString ssid = infoObject.value("ConnectionId").toString();
|
||||
const bool defaultAutoConnect = infoObject.value("AutoConnect").toBool();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user