25 #ifndef QMDNSENGINE_QUERY_H 26 #define QMDNSENGINE_QUERY_H 30 #include "qmdnsengine_export.h" 35 class QMDNSENGINE_EXPORT QueryPrivate;
78 QByteArray name()
const;
83 void setName(
const QByteArray &name);
95 void setType(quint16 type);
100 bool unicastResponse()
const;
105 void setUnicastResponse(
bool unicastResponse);
109 QueryPrivate *
const d;
112 QMDNSENGINE_EXPORT QDebug operator<<(QDebug dbg,
const Query &query);
116 #endif // QMDNSENGINE_QUERY_H Definition: abstractserver.h:32
DNS query.
Definition: query.h:51