QNetworkInformationBackend Class

QNetworkInformationBackend provides the interface with which QNetworkInformation does all of its actual work. More...

Header: #include <QNetworkInformationBackend>
Inherits: QObject

Public Functions

virtual ~QNetworkInformationBackend() override

Detailed Description

\internal(Semi-private)

Deriving from and implementing this class makes it a candidate for use with QNetworkInformation. The derived class must, on updates, call setters in the QNetworkInformationBackend which will update the values and emit signals if the value has changed.

See also QNetworkInformationBackendFactory.

Member Function Documentation

[override virtual noexcept] QNetworkInformationBackend::~QNetworkInformationBackend()

\internalDestroys base backend class.