![]() |
Qt 6.x
The Qt SDK
|
#include <qhostinfo_p.h>
Public Member Functions | |
QHostInfoPrivate () | |
Static Public Member Functions | |
static int | lookupHostImpl (const QString &name, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, const char *member) |
Public Attributes | |
QHostInfo::HostInfoError | err |
QString | errorStr |
QList< QHostAddress > | addrs |
QString | hostName |
int | lookupId |
Definition at line 87 of file qhostinfo_p.h.
|
inline |
Definition at line 90 of file qhostinfo_p.h.
|
static |
QList<QHostAddress> QHostInfoPrivate::addrs |
Definition at line 103 of file qhostinfo_p.h.
QHostInfo::HostInfoError QHostInfoPrivate::err |
Definition at line 101 of file qhostinfo_p.h.
QString QHostInfoPrivate::errorStr |
Definition at line 102 of file qhostinfo_p.h.
QString QHostInfoPrivate::hostName |
Definition at line 104 of file qhostinfo_p.h.
int QHostInfoPrivate::lookupId |
Definition at line 105 of file qhostinfo_p.h.