Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qnetworkproxy.cpp File Reference
#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.

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 1560 of file qnetworkproxy.cpp.

References debug, QNetworkProxyQuery::localPort(), QNetworkProxyQuery::peerHostName(), QNetworkProxyQuery::peerPort(), QNetworkProxyQuery::protocolTag(), QNetworkProxyQuery::queryType(), and QNetworkProxyQuery::url().

+ Here is the call graph for this function:

◆ qt_noop_with_arg()

static void qt_noop_with_arg ( int  )
inlinestatic

Definition at line 366 of file qnetworkproxy.cpp.