22 #ifndef NET_ADDRESSRESOLVER_H
23 #define NET_ADDRESSRESOLVER_H
26 #include <ktorrent_export.h>
27 #include <net/address.h>
47 AddressResolver(
const QString & host, bt::Uint16 port, QObject* parent,
const char* slot);
64 static void resolve(
const QString & host, bt::Uint16 port, QObject* parent,
const char* slot);
82 void hostResolved(
const QHostInfo & res);
93 #endif // NET_ADDRESSRESOLVER_H