aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qcoapclient/tst_qcoapclient.cpp
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 /tests/auto/qcoapclient/tst_qcoapclient.cpp
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 'tests/auto/qcoapclient/tst_qcoapclient.cpp')
-rw-r--r--tests/auto/qcoapclient/tst_qcoapclient.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qcoapclient/tst_qcoapclient.cpp b/tests/auto/qcoapclient/tst_qcoapclient.cpp
index 90b44cf..2a9f9d4 100644
--- a/tests/auto/qcoapclient/tst_qcoapclient.cpp
+++ b/tests/auto/qcoapclient/tst_qcoapclient.cpp
@@ -39,6 +39,7 @@
#include <QtNetwork/qnetworkdatagram.h>
#include <private/qcoapclient_p.h>
#include <private/qcoapqudpconnection_p.h>
+#include <private/qcoapprotocol_p.h>
#include "../coapnetworksettings.h"