Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-17177

QNetworkConfigurationManager goes offline between IAP change

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: Not Evaluated 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?).

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            xizzhu Xizhi Zhu (Steven)
            e0085342 Juha Hämäläinen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes