KIO
hostinfo.cpp File Reference
#include "hostinfo_p.h"
#include <kglobal.h>
#include <QtCore/QString>
#include <QtCore/QHash>
#include <QtCore/QCache>
#include <QtCore/QMetaType>
#include <QtCore/QTime>
#include <QtCore/QTimer>
#include <QtCore/QList>
#include <QtCore/QPair>
#include <QtCore/QThread>
#include <QtCore/QFutureWatcher>
#include <QtCore/QSemaphore>
#include <QtCore/QSharedPointer>
#include <QtCore/QtConcurrentRun>
#include <QtNetwork/QHostInfo>
#include "kdebug.h"
#include <QtCore/QFileInfo>
#include <netinet/in.h>
#include <arpa/nameser.h>
#include <resolv.h>
#include "hostinfo.moc"
Include dependency graph for hostinfo.cpp:
Go to the source code of this file.
Namespaces | |
KIO | |
Macros | |
#define | _PATH_RESCONF "/etc/resolv.conf" |
#define | TTL 300 |
Variables | |
static int | dummyHostInfoMetaType = qRegisterMetaType<QHostInfo>("QHostInfo") |
Macro Definition Documentation
#define _PATH_RESCONF "/etc/resolv.conf" |
Definition at line 46 of file hostinfo.cpp.
#define TTL 300 |
Definition at line 50 of file hostinfo.cpp.
Variable Documentation
|
static |
Definition at line 52 of file hostinfo.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.