aboutsummaryrefslogtreecommitdiffstats
path: root/src/coap/qcoapprotocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coap/qcoapprotocol.h')
-rw-r--r--src/coap/qcoapprotocol.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/coap/qcoapprotocol.h b/src/coap/qcoapprotocol.h
index cddedb0..b357db7 100644
--- a/src/coap/qcoapprotocol.h
+++ b/src/coap/qcoapprotocol.h
@@ -77,7 +77,8 @@ public Q_SLOTS:
private Q_SLOTS:
void sendRequest(QPointer<QCoapReply> reply, QCoapConnection *connection);
- void cancelObserve(QPointer<QCoapReply> reply);
+ void cancelObserve(QPointer<QCoapReply> reply) const;
+ void cancelObserve(const QUrl &url) const;
private:
Q_DECLARE_PRIVATE(QCoapProtocol)