aboutsummaryrefslogtreecommitdiffstats
path: root/examples/coap/simplecoapclient/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/coap/simplecoapclient/mainwindow.h')
-rw-r--r--examples/coap/simplecoapclient/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/coap/simplecoapclient/mainwindow.h b/examples/coap/simplecoapclient/mainwindow.h
index a561c0e..2cb9f98 100644
--- a/examples/coap/simplecoapclient/mainwindow.h
+++ b/examples/coap/simplecoapclient/mainwindow.h
@@ -78,7 +78,7 @@ private:
private slots:
void onFinished(QCoapReply *reply);
void onError(QCoapReply *reply, QtCoap::Error error);
- void onDiscovered(QCoapDiscoveryReply *reply, QVector<QCoapResource> resources);
+ void onDiscovered(QCoapResourceDiscoveryReply *reply, QVector<QCoapResource> resources);
void onNotified(QCoapReply *reply, const QCoapMessage &message);
void on_runButton_clicked();