aboutsummaryrefslogtreecommitdiffstats
path: root/examples/coap/consolecoapclient/coaphandler.h
diff options
context:
space:
mode:
authorQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-05-18 03:05:08 +0200
committerQt Forward Merge Bot <qt_forward_merge_bot@qt-project.org>2019-05-18 03:05:08 +0200
commit02d7238391ae0addc6517759b10d01948b108cb3 (patch)
treeb0c4d0497d73e1edde92c3eb4f1a72b726c39396 /examples/coap/consolecoapclient/coaphandler.h
parentbad7ee3d4f329ad258b4ceacdb3818084208cf5f (diff)
parentfd94d8e5673a5d5228aa2d38b605fde7a881332b (diff)
Merge remote-tracking branch 'origin/5.13' into dev
Diffstat (limited to 'examples/coap/consolecoapclient/coaphandler.h')
-rw-r--r--examples/coap/consolecoapclient/coaphandler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/coap/consolecoapclient/coaphandler.h b/examples/coap/consolecoapclient/coaphandler.h
index 1034ad1..a109a4c 100644
--- a/examples/coap/consolecoapclient/coaphandler.h
+++ b/examples/coap/consolecoapclient/coaphandler.h
@@ -40,7 +40,7 @@
QT_BEGIN_NAMESPACE
class QCoapReply;
-class QCoapDiscoveryReply;
+class QCoapResourceDiscoveryReply;
class QCoapResource;
QT_END_NAMESPACE
@@ -61,7 +61,7 @@ public:
public Q_SLOTS:
void onFinished(QCoapReply *reply);
void onNotified(QCoapReply *reply, QCoapMessage message);
- void onDiscovered(QCoapDiscoveryReply *reply, QVector<QCoapResource> resources);
+ void onDiscovered(QCoapResourceDiscoveryReply *reply, QVector<QCoapResource> resources);
void onResponseToMulticast(QCoapReply *reply, const QCoapMessage& message,
const QHostAddress &sender);
void onError(QCoapReply *reply, QtCoap::Error error);