4#ifndef QNETCONMONITOR_P_H
5#define QNETCONMONITOR_P_H
7#include <private/qtnetworkglobal_p.h>
9#include <QtCore/qloggingcategory.h>
10#include <QtNetwork/qhostaddress.h>
11#include <QtCore/qglobal.h>
12#include <QtCore/qobject.h>
40#ifdef QT_PLATFORM_UIKIT
47 bool startMonitoring();
48 bool isMonitoring()
const;
49 void stopMonitoring();
51 static bool isEnabled();
58#ifdef QT_PLATFORM_UIKIT
59 void isWwanChanged(
bool isWwan);
The QHostAddress class provides an IP address.
void reachabilityChanged(bool isOnline)
Combined button and popup list for selecting options.
#define Q_DECLARE_LOGGING_CATEGORY(name)