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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/coap/qcoapclient.h b/src/coap/qcoapclient.h
index fb06903..06290ce 100644
--- a/src/coap/qcoapclient.h
+++ b/src/coap/qcoapclient.h
@@ -95,9 +95,6 @@ Q_SIGNALS:
void error(QCoapReply *reply, QtCoap::Error error);
protected:
- explicit QCoapClient(QCoapProtocol *protocol, QCoapConnection *connection,
- QObject *parent = nullptr);
-
Q_DECLARE_PRIVATE(QCoapClient)
};