aboutsummaryrefslogtreecommitdiffstats
path: root/examples/coap/quickmulticastclient/qmlcoapmulticastclient.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/coap/quickmulticastclient/qmlcoapmulticastclient.h')
-rw-r--r--examples/coap/quickmulticastclient/qmlcoapmulticastclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/coap/quickmulticastclient/qmlcoapmulticastclient.h b/examples/coap/quickmulticastclient/qmlcoapmulticastclient.h
index 3dd91fc..7770ade 100644
--- a/examples/coap/quickmulticastclient/qmlcoapmulticastclient.h
+++ b/examples/coap/quickmulticastclient/qmlcoapmulticastclient.h
@@ -85,7 +85,7 @@ Q_SIGNALS:
void finished(QtCoap::Error error);
public slots:
- void onDiscovered(QCoapDiscoveryReply *reply, const QVector<QCoapResource> &resources);
+ void onDiscovered(QCoapResourceDiscoveryReply *reply, const QVector<QCoapResource> &resources);
};
#endif // QMLCOAPMULTICASTCLIENT_H