25#ifndef QMDNSENGINE_HOSTNAME_H
26#define QMDNSENGINE_HOSTNAME_H
30#include "qmdnsengine_export.h"
37class QMDNSENGINE_EXPORT HostnamePrivate;
54class QMDNSENGINE_EXPORT
Hostname :
public QObject
90 HostnamePrivate *
const d;
Base class for sending and receiving DNS messages.
Definition abstractserver.h:46
bool isRegistered() const
Determine if a hostname has been registered.
Hostname(AbstractServer *server, QObject *parent=0)
Create a new hostname.
void hostnameChanged(const QByteArray &hostname)
Indicate that the current hostname has changed.
QByteArray hostname() const
Retrieve the current hostname.