Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QNetworkAccessManager::NetworkAccessibility Obsolete

QNetworkAccessManager::NetworkAccessibility Obsolete

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 142 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    ad5xj
    wrote on last edited by
    #1

    The compiler complains about this but searching the docs there is little to no reference as to what it was replaced with.

    Can someone provide help? My module uses it this way:

        if ( !d->nam.networkAccessible() ) return false;
    

    The d->nam object being a QNetworkAccessManager object;

    So it the networkAccessible() function is no longer valid, what replaced it - if anything?

    Ken AD5XJ

    artwawA 1 Reply Last reply
    0
    • A ad5xj

      The compiler complains about this but searching the docs there is little to no reference as to what it was replaced with.

      Can someone provide help? My module uses it this way:

          if ( !d->nam.networkAccessible() ) return false;
      

      The d->nam object being a QNetworkAccessManager object;

      So it the networkAccessible() function is no longer valid, what replaced it - if anything?

      artwawA Offline
      artwawA Offline
      artwaw
      wrote on last edited by
      #2

      @ad5xj this question comes back and forth, personally I found this post: https://forum.qt.io/post/654925 to be the most helpful.

      For more information please re-read.

      Kind Regards,
      Artur

      1 Reply Last reply
      1

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved