25 #ifndef QMDNSENGINE_BROWSER_H 26 #define QMDNSENGINE_BROWSER_H 31 #include "qmdnsengine_export.h" 40 class QMDNSENGINE_EXPORT BrowserPrivate;
72 class QMDNSENGINE_EXPORT
Browser :
public QObject
96 void serviceAdded(
const Service &service);
104 void serviceUpdated(
const Service &service);
113 void serviceRemoved(
const Service &service);
117 BrowserPrivate *
const d;
122 #endif // QMDNSENGINE_BROWSER_H Cache for DNS records
Definition: cache.h:65
Definition: abstractserver.h:32
Browser for local services
Definition: browser.h:72
Base class for sending and receiving DNS messages.
Definition: abstractserver.h:45
Service available on the local network
Definition: service.h:50