aboutsummaryrefslogtreecommitdiffstats
path: root/src/coap/qcoapdiscoveryreply_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coap/qcoapdiscoveryreply_p.h')
-rw-r--r--src/coap/qcoapdiscoveryreply_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coap/qcoapdiscoveryreply_p.h b/src/coap/qcoapdiscoveryreply_p.h
index ccd5d72..5f4856e 100644
--- a/src/coap/qcoapdiscoveryreply_p.h
+++ b/src/coap/qcoapdiscoveryreply_p.h
@@ -54,7 +54,7 @@ class Q_AUTOTEST_EXPORT QCoapDiscoveryReplyPrivate : public QCoapReplyPrivate
public:
QCoapDiscoveryReplyPrivate(const QCoapRequest &request);
- void _q_setContent(const QHostAddress &sender, const QCoapMessage &, QtCoap::ResponseCode) Q_DECL_OVERRIDE;
+ void _q_setContent(const QHostAddress &sender, const QCoapMessage &, QtCoap::ResponseCode) override;
QVector<QCoapResource> resources;