aboutsummaryrefslogtreecommitdiffstats
path: root/src/coap/qcoapinternalrequest_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coap/qcoapinternalrequest_p.h')
-rw-r--r--src/coap/qcoapinternalrequest_p.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/coap/qcoapinternalrequest_p.h b/src/coap/qcoapinternalrequest_p.h
index df22736..1b50aae 100644
--- a/src/coap/qcoapinternalrequest_p.h
+++ b/src/coap/qcoapinternalrequest_p.h
@@ -35,7 +35,6 @@
#include <QtCoap/qcoapglobal.h>
#include <QtCoap/qcoapnamespace.h>
-#include <QtCoap/qcoapinternalmessage.h>
#include <QtCoap/qcoapconnection.h>
#include <QtCore/qglobal.h>
@@ -64,7 +63,7 @@ public:
explicit QCoapInternalRequest(QObject *parent = nullptr);
explicit QCoapInternalRequest(const QCoapRequest &request, QObject *parent = nullptr);
- bool isValid() const Q_DECL_OVERRIDE;
+ bool isValid() const override;
void initForAcknowledgment(quint16 messageId, const QByteArray &token);
void initForReset(quint16 messageId);
@@ -77,7 +76,7 @@ public:
bool checkBlockNumber(uint blockNumber);
using QCoapInternalMessage::addOption;
- void addOption(const QCoapOption &option) Q_DECL_OVERRIDE;
+ void addOption(const QCoapOption &option) override;
bool addUriOptions(QUrl uri, const QUrl &proxyUri = QUrl());
QCoapToken token() const;