-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
4.7.0
-
None
-
MeeGo
With MeeGo hardware QNetworkConfigurationManager::isOnline() returns false when called between IAP change, e.g. in this case:
1) device is using cellular connection
2) connection is switched to WLAN
3) configurationChanged signal is emitted (configuration went down)
4) if you call isOnline() function right after that signal is received, it returns FALSE
5) after a while configurationChanged signal is emitted again (new configuration got up)
6) if you call isOnline() function right after that signal is received, it returns TRUE
Is this a bug, or is it working as it should?
I think this didn't happen with earlier versions (new IAP was opened before old one was closed?).