5#ifndef QNETWORKMANAGERINFORMATIONBACKEND_H
6#define QNETWORKMANAGERINFORMATIONBACKEND_H
19#include <QtNetwork/private/qnetworkinformation_p.h>
36 return featuresSupportedStatic();
41 using Feature = QNetworkInformation::Feature;
42 return QNetworkInformation::Features(Feature::Reachability | Feature::CaptivePortal
43 | Feature::TransportMedium | Feature::Metered);
46 bool isValid()
const {
return iface.isValid(); }
static bool networkManagerAvailable()