![]() |
Qt 6.x
The Qt SDK
|
#include <QtNetwork/private/qtnetworkglobal_p.h>#include "QtCore/qmutex.h"#include "QtCore/qrunnable.h"#include "QtNetwork/qdnslookup.h"#include "QtNetwork/qhostaddress.h"#include "private/qobject_p.h"#include "private/qurl_p.h"
Include dependency graph for qdnslookup_p.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | QDnsLookupReply |
| class | QDnsLookupPrivate |
| class | QDnsLookupRunnable |
| class | QDnsRecordPrivate |
| class | QDnsDomainNameRecordPrivate |
| class | QDnsHostAddressRecordPrivate |
| class | QDnsMailExchangeRecordPrivate |
| class | QDnsServiceRecordPrivate |
| class | QDnsTextRecordPrivate |
Functions | |
| QT_REQUIRE_CONFIG (dnslookup) | |
| QDebug | operator<< (QDebug &, QDnsLookupRunnable *) |
Variables | |
| QT_BEGIN_NAMESPACE constexpr qsizetype | MaxDomainNameLength = 255 |
| constexpr quint16 | DnsPort = 53 |
|
inline |
Definition at line 201 of file qdnslookup.cpp.
| QT_REQUIRE_CONFIG | ( | dnslookup | ) |
|
constexpr |
Definition at line 37 of file qdnslookup_p.h.
|
constexpr |
Definition at line 36 of file qdnslookup_p.h.
Referenced by QDnsLookupRunnable::run().