aboutsummaryrefslogtreecommitdiffstats
path: root/src/coap/qcoapclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coap/qcoapclient.h')
-rw-r--r--src/coap/qcoapclient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/coap/qcoapclient.h b/src/coap/qcoapclient.h
index 5b95e55..bce7446 100644
--- a/src/coap/qcoapclient.h
+++ b/src/coap/qcoapclient.h
@@ -70,6 +70,7 @@ public:
QCoapReply *observe(const QCoapRequest &request);
QCoapReply *observe(const QUrl &request);
void cancelObserve(QCoapReply *notifiedReply);
+ void cancelObserve(const QUrl &url);
#if 0
//! TODO Add Multicast discovery in a later submission.