fix(plugin): wireless not refresh

Change-Id: I3a58ef271eee4e28a85a9b558db33f270c6fb998
This commit is contained in:
rekols 2018-03-08 10:17:03 +08:00 committed by Rekols
parent e281f088ac
commit bcc5e866cb
Notes: gerrit 2018-03-08 03:46:27 +00:00
Verified+1: Anonymous Coward #1000004
Code-Review+2: 石博文 <sbw@sbw.so>
Submitted-by: Rekols <rekols@foxmail.com>
Submitted-at: Thu, 08 Mar 2018 03:46:26 +0000
Reviewed-on: https://cr.deepin.io/32361
Project: dde/dde-dock
Branch: refs/heads/master

View File

@ -372,6 +372,7 @@ void WirelessList::deviceEnabled(const QString &devPath, const bool enable)
return;
m_controlPanel->setDeviceEnabled(enable);
m_updateAPTimer->start();
}
void WirelessList::activateAP(const QDBusObjectPath &apPath, const QString &ssid)