Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qnetworkproxy.cpp File Reference

(0fef8f53c3e52dd31648c55a2376006f223a7054)

#include "qnetworkproxy.h"
#include "private/qnetworkrequest_p.h"
#include "qauthenticator.h"
#include "qdebug.h"
#include "qmutex.h"
#include "qstringlist.h"
#include "qurl.h"
#include "moc_qnetworkproxy.cpp"
+ Include dependency graph for qnetworkproxy.cpp:

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 void qt_noop_with_arg (int)
 
static QNetworkProxy::Capabilities defaultCapabilitiesForType (QNetworkProxy::ProxyType type)
 
QDebug operator<< (QDebug debug, const QNetworkProxy &proxy)
 
QDebug operator<< (QDebug debug, const QNetworkProxyQuery &proxyQuery)
 

Macro Definition Documentation

◆ q_static_assert

#define q_static_assert ( expr)    qt_noop_with_arg(sizeof(StaticAssertTest< expr >::Value))

Definition at line 367 of file qnetworkproxy.cpp.

Referenced by defaultCapabilitiesForType().

Function Documentation

◆ defaultCapabilitiesForType()

static QNetworkProxy::Capabilities defaultCapabilitiesForType ( QNetworkProxy::ProxyType type)
static

◆ operator<<() [1/2]

◆ operator<<() [2/2]

QDebug operator<< ( QDebug debug,
const QNetworkProxyQuery & proxyQuery )

Definition at line 1603 of file qnetworkproxy.cpp.

References debug.

◆ qt_noop_with_arg()

static void qt_noop_with_arg ( int )
inlinestatic

Definition at line 366 of file qnetworkproxy.cpp.