25 #ifndef QMDNSENGINE_RESOLVER_H 26 #define QMDNSENGINE_RESOLVER_H 28 #include <QHostAddress> 31 #include "qmdnsengine_export.h" 39 class QMDNSENGINE_EXPORT ResolverPrivate;
58 class QMDNSENGINE_EXPORT
Resolver :
public QObject
79 void resolved(
const QHostAddress &address);
83 ResolverPrivate *
const d;
88 #endif // QMDNSENGINE_RESOLVER_H Cache for DNS records
Definition: cache.h:65
Definition: abstractserver.h:32
Base class for sending and receiving DNS messages.
Definition: abstractserver.h:45
Resolver for services
Definition: resolver.h:58