Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qnetworkproxy_libproxy.cpp File Reference
#include "qnetworkproxy.h"
#include <QtCore/QByteArray>
#include <QtCore/QMutex>
#include <QtCore/QSemaphore>
#include <QtCore/QUrl>
#include <QtCore/private/qeventdispatcher_unix_p.h>
#include <QtCore/private/qthread_p.h>
#include <proxy.h>
#include <dlfcn.h>
#include "qnetworkproxy_libproxy.moc"
+ Include dependency graph for qnetworkproxy_libproxy.cpp:

Go to the source code of this file.

Classes

class  QLibProxyWrapper
 

Functions

static bool isThreadingNeeded ()
 
 Q_GLOBAL_STATIC (QLibProxyWrapper, libProxyWrapper)
 

Function Documentation

◆ isThreadingNeeded()

static bool isThreadingNeeded ( )
static

Definition at line 23 of file qnetworkproxy_libproxy.cpp.

Referenced by QLibProxyWrapper::QLibProxyWrapper().

+ Here is the caller graph for this function:

◆ Q_GLOBAL_STATIC()

Q_GLOBAL_STATIC ( QLibProxyWrapper  ,
libProxyWrapper   
)