25 #ifndef QMDNSENGINE_HOSTNAME_H 26 #define QMDNSENGINE_HOSTNAME_H 30 #include "qmdnsengine_export.h" 37 class QMDNSENGINE_EXPORT HostnamePrivate;
54 class QMDNSENGINE_EXPORT
Hostname :
public QObject
71 bool isRegistered()
const;
78 QByteArray hostname()
const;
86 void hostnameChanged(
const QByteArray &hostname);
90 HostnamePrivate *
const d;
95 #endif // QMDNSENGINE_HOSTNAME_H Definition: abstractserver.h:32
Base class for sending and receiving DNS messages.
Definition: abstractserver.h:45
Hostname reserved for exclusive use
Definition: hostname.h:54