jgrulich added inline comments.

INLINE COMMENTS

> wirelessdevice.cpp:250
> +    } else if (property == QLatin1String("LastScan")) {
> +        lastScanTime = QDateTime::currentDateTime();
> +        Q_EMIT q->lastScanTimeChanged(lastScanTime);

Don't use QDateTime::currentDateTime() as it might be different from the actual 
value returned by NetworkManager.

REPOSITORY
  R282 NetworkManagerQt

REVISION DETAIL
  https://phabricator.kde.org/D23576

To: meven, jgrulich
Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

Reply via email to