Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qhostinfo.cpp File Reference

(f3999e943aa471c56a4e9bdaa2adaeb73c258f11)

#include "qhostinfo.h"
#include "qhostinfo_p.h"
#include <qplatformdefs.h>
#include "QtCore/qapplicationstatic.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"
#include "moc_qhostinfo.cpp"
Include dependency graph for qhostinfo.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 ()

Function Documentation

◆ nextId()

int nextId ( )
static

Definition at line 191 of file qhostinfo.cpp.

◆ qt_qhostinfo_clear_cache()

void qt_qhostinfo_clear_cache ( )

Definition at line 1078 of file qhostinfo.cpp.

References QHostInfoLookupManager::clear().

Here is the call graph for this function:

◆ qt_qhostinfo_lookup()

QHostInfo qt_qhostinfo_lookup ( const QString & name,
QObject * receiver,
const char * member,
bool * valid,
int * id )

Definition at line 1057 of file qhostinfo.cpp.