Qt 4.8
|
#include "qnetworkproxy.h"
#include "private/qnetworkproxy_p.h"
#include "private/qsocks5socketengine_p.h"
#include "private/qhttpsocketengine_p.h"
#include "qauthenticator.h"
#include "qhash.h"
#include "qmutex.h"
#include "qurl.h"
#include <QtNetwork/QNetworkConfiguration>
Go to the source code of this file.
Classes | |
class | QGlobalNetworkProxy |
class | QNetworkProxyPrivate |
class | QNetworkProxyQueryPrivate |
Macros | |
#define | q_static_assert(expr) qt_noop_with_arg(sizeof(StaticAssertTest< expr >::Value)) |
Functions | |
static QNetworkProxy::Capabilities | defaultCapabilitiesForType (QNetworkProxy::ProxyType type) |
static void | qt_noop_with_arg (int) |
#define q_static_assert | ( | expr | ) | qt_noop_with_arg(sizeof(StaticAssertTest< expr >::Value)) |
Definition at line 354 of file qnetworkproxy.cpp.
Referenced by defaultCapabilitiesForType().
|
static |
Definition at line 356 of file qnetworkproxy.cpp.
Referenced by QNetworkProxy::capabilities(), and QNetworkProxy::setType().
|
inlinestatic |
Definition at line 353 of file qnetworkproxy.cpp.