QNetworkAccessManager::NetworkAccessibility Obsolete
Unsolved
General and Desktop
-
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?
-
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?