![]() |
Qt 6.x
The Qt SDK
|
#include "qhostinfo.h"
#include "qhostinfo_p.h"
#include <qplatformdefs.h>
#include "QtCore/qapplicationstatic.h"
#include "QtCore/qscopedpointer.h"
#include <qabstracteventdispatcher.h>
#include <qcoreapplication.h>
#include <qmetaobject.h>
#include <qscopeguard.h>
#include <qstringlist.h>
#include <qthread.h>
#include <qurl.h>
#include <algorithm>
#include "moc_qhostinfo_p.cpp"
Go to the source code of this file.
Functions | |
static int | nextId () |
QHostInfo | qt_qhostinfo_lookup (const QString &name, QObject *receiver, const char *member, bool *valid, int *id) |
void | qt_qhostinfo_clear_cache () |
|
static |
Definition at line 193 of file qhostinfo.cpp.
References Q_BASIC_ATOMIC_INITIALIZER.
void qt_qhostinfo_clear_cache | ( | ) |
Definition at line 1063 of file qhostinfo.cpp.
References manager.
QHostInfo qt_qhostinfo_lookup | ( | const QString & | name, |
QObject * | receiver, | ||
const char * | member, | ||
bool * | valid, | ||
int * | id | ||
) |
Definition at line 1042 of file qhostinfo.cpp.
Referenced by QAbstractSocket::connectToHost(), and QHttpNetworkConnectionPrivate::startHostInfoLookup().