25#ifndef QMDNSENGINE_BROWSER_H
26#define QMDNSENGINE_BROWSER_H
31#include "qmdnsengine_export.h"
40class QMDNSENGINE_EXPORT BrowserPrivate;
72class QMDNSENGINE_EXPORT
Browser :
public QObject
117 BrowserPrivate *
const d;
Base class for sending and receiving DNS messages.
Definition abstractserver.h:46
Browser(AbstractServer *server, const QByteArray &type, Cache *cache=0, QObject *parent=0)
Create a new browser instance.
void serviceUpdated(const Service &service)
Indicate that the specified service was updated.
void serviceAdded(const Service &service)
Indicate that a new service has been added.
void serviceRemoved(const Service &service)
Indicate that the specified service was removed.
Cache for DNS records
Definition cache.h:66
Service available on the local network
Definition service.h:52