aboutsummaryrefslogtreecommitdiffstats
path: root/src/coap/qcoapclient_p.h
diff options
context:
space:
mode:
authorSona Kurazyan <sona.kurazyan@qt.io>2019-05-10 09:58:21 +0200
committerSona Kurazyan <sona.kurazyan@qt.io>2019-05-14 15:14:39 +0000
commitae8d1fef58fa6df1408b9b11cf4b99dc7815255f (patch)
tree43f7a6541dd644d0289095f1f35ca65055d73d17 /src/coap/qcoapclient_p.h
parent804b10f3297822f4b12a4b971633f78965b756b0 (diff)
Hide the API of QCoapProtocol
No need to keep this class public, there is no public API for accessing it anyway. Change-Id: I231a560becb5799667819c30eca6372282adeb41 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'src/coap/qcoapclient_p.h')
-rw-r--r--src/coap/qcoapclient_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/coap/qcoapclient_p.h b/src/coap/qcoapclient_p.h
index 60cd59d..e853f60 100644
--- a/src/coap/qcoapclient_p.h
+++ b/src/coap/qcoapclient_p.h
@@ -32,7 +32,6 @@
#define QCOAPCLIENT_P_H
#include <QtCoap/qcoapclient.h>
-#include <QtCoap/qcoapprotocol.h>
#include <QtCore/qthread.h>
#include <QtCore/qpointer.h>
#include <private/qobject_p.h>