From 569d0d030610269a47fe7fec9a3f4248b8d8bdea Mon Sep 17 00:00:00 2001 From: Mike Krus Date: Tue, 20 Oct 2020 15:11:02 +0100 Subject: Make QAbstractFrontEndNodeManager private Change-Id: Ic12bc80a00e887a959c6cb27e72be0422d71b254 Reviewed-by: Paul Lemire --- tests/auto/render/commons/testaspect.h | 2 +- tests/auto/render/pickboundingvolumejob/tst_pickboundingvolumejob.cpp | 2 +- tests/auto/render/raycastingjob/tst_raycastingjob.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/auto/render/commons/testaspect.h b/tests/auto/render/commons/testaspect.h index 6f7043725..fa1c4a12c 100644 --- a/tests/auto/render/commons/testaspect.h +++ b/tests/auto/render/commons/testaspect.h @@ -42,7 +42,7 @@ #include #include #include -#include +#include #include QT_BEGIN_NAMESPACE diff --git a/tests/auto/render/pickboundingvolumejob/tst_pickboundingvolumejob.cpp b/tests/auto/render/pickboundingvolumejob/tst_pickboundingvolumejob.cpp index 1b57e904e..f66e27793 100644 --- a/tests/auto/render/pickboundingvolumejob/tst_pickboundingvolumejob.cpp +++ b/tests/auto/render/pickboundingvolumejob/tst_pickboundingvolumejob.cpp @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/tests/auto/render/raycastingjob/tst_raycastingjob.cpp b/tests/auto/render/raycastingjob/tst_raycastingjob.cpp index ddf3d0f8b..37c2d20d7 100644 --- a/tests/auto/render/raycastingjob/tst_raycastingjob.cpp +++ b/tests/auto/render/raycastingjob/tst_raycastingjob.cpp @@ -32,7 +32,7 @@ #include #include #include -#include +#include #include #include #include -- cgit v1.2.3