aboutsummaryrefslogtreecommitdiffstats
path: root/src/coap/qcoapinternalreply_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coap/qcoapinternalreply_p.h')
-rw-r--r--src/coap/qcoapinternalreply_p.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/coap/qcoapinternalreply_p.h b/src/coap/qcoapinternalreply_p.h
index cd24b87..db9a052 100644
--- a/src/coap/qcoapinternalreply_p.h
+++ b/src/coap/qcoapinternalreply_p.h
@@ -33,7 +33,6 @@
#include <QtCoap/qcoapglobal.h>
#include <QtCoap/qcoapnamespace.h>
-#include <QtCoap/qcoapinternalmessage.h>
#include <private/qcoapinternalmessage_p.h>
#include <QtNetwork/qhostaddress.h>
@@ -64,7 +63,7 @@ public:
int nextBlockToSend() const;
using QCoapInternalMessage::addOption;
- void addOption(const QCoapOption &option);
+ void addOption(const QCoapOption &option) override;
void setSenderAddress(const QHostAddress &address);
QtCoap::ResponseCode responseCode() const;