#include "qhostinfo.h"
#include "qhostinfo_p.h"
#include "QtCore/qscopedpointer.h"
#include <qabstracteventdispatcher.h>
#include <qcoreapplication.h>
#include <qmetaobject.h>
#include <qstringlist.h>
#include <qthread.h>
#include <qurl.h>
#include <private/qnetworksession_p.h>
#include <unistd.h>
Go to the source code of this file.
◆ qt_qhostinfo_clear_cache()
void qt_qhostinfo_clear_cache |
( |
| ) |
|
◆ qt_qhostinfo_enable_cache()
◆ qt_qhostinfo_lookup()
QHostInfo qt_qhostinfo_lookup |
( |
const QString & |
name, |
|
|
QObject * |
receiver, |
|
|
const char * |
member, |
|
|
bool * |
valid, |
|
|
int * |
id |
|
) |
| |
Definition at line 726 of file qhostinfo.cpp.
Referenced by QAbstractSocket::connectToHostImplementation().
static mach_timebase_info_data_t info
The QHostInfo class provides static functions for host name lookups.
static int lookupHost(const QString &name, QObject *receiver, const char *member)
Looks up the IP address(es) associated with host name name, and returns an ID for the lookup...
QHostInfo get(const QString &name, bool *valid)
◆ theIdCounter