aboutsummaryrefslogtreecommitdiffstats
path: root/src/coap/qcoapqudpconnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/coap/qcoapqudpconnection.h')
-rw-r--r--src/coap/qcoapqudpconnection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/coap/qcoapqudpconnection.h b/src/coap/qcoapqudpconnection.h
index b070d1d..76c5abf 100644
--- a/src/coap/qcoapqudpconnection.h
+++ b/src/coap/qcoapqudpconnection.h
@@ -69,6 +69,7 @@ protected:
void bind(const QString &host, quint16 port) override;
void writeData(const QByteArray &data, const QString &host, quint16 port) override;
+ void close() override;
void createSocket();