summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJannis Voelker <jannis.voelker@basyskom.com>2022-02-08 09:14:44 +0100
committerMarc Mutz <marc.mutz@qt.io>2022-02-08 11:09:17 +0000
commitc2c63d8744e0027a977a458a601166204af9986a (patch)
tree97f95910f2cf62553d58bf58a0a6e8c542f6661f /tests
parent5416f3cbb3d037983273593dba9aad33795aa824 (diff)
Fix includes and forward declarations according to code review
- Some includes could be replaced by forward declarations - Public headers must always use include <foo.h> Pick-to: 6.3 Change-Id: I8187461babb0df6554b759db41887d528c673af9 Reviewed-by: Marc Mutz <marc.mutz@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qopcuaclient/tst_client.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qopcuaclient/tst_client.cpp b/tests/auto/qopcuaclient/tst_client.cpp
index 5bbe8d8..5de872b 100644
--- a/tests/auto/qopcuaclient/tst_client.cpp
+++ b/tests/auto/qopcuaclient/tst_client.cpp
@@ -44,6 +44,7 @@
#include <QtOpcUa/QOpcUaNode>
#include <QtOpcUa/QOpcUaProvider>
#include <QtOpcUa/qopcuabinarydataencoding.h>
+#include <QtOpcUa/QOpcUaHistoryReadResponse>
#include <QtOpcUa/qopcuamultidimensionalarray.h>
#include <QtCore/QCoreApplication>