![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qnetworkproxy.h"
#include <CFNetwork/CFNetwork.h>
#include <CoreFoundation/CoreFoundation.h>
#include <SystemConfiguration/SystemConfiguration.h>
#include <QtCore/QRegularExpression>
#include <QtCore/QStringList>
#include <QtCore/QUrl>
#include <QtCore/qendian.h>
#include <QtCore/qstringlist.h>
#include <QtCore/qsystemdetection.h>
#include "private/qcore_mac_p.h"
Go to the source code of this file.
Functions | |
static bool | isHostExcluded (CFDictionaryRef dict, const QString &host) |
static QNetworkProxy | proxyFromDictionary (CFDictionaryRef dict, QNetworkProxy::ProxyType type, CFStringRef enableKey, CFStringRef hostKey, CFStringRef portKey) |
static QNetworkProxy | proxyFromDictionary (CFDictionaryRef dict) |
QList< QNetworkProxy > | macQueryInternal (const QNetworkProxyQuery &query) |
|
static |
Definition at line 49 of file qnetworkproxy_darwin.cpp.
QList< QNetworkProxy > macQueryInternal | ( | const QNetworkProxyQuery & | query | ) |
Definition at line 219 of file qnetworkproxy_darwin.cpp.
|
static |
Definition at line 125 of file qnetworkproxy_darwin.cpp.
|
static |
Definition at line 99 of file qnetworkproxy_darwin.cpp.