From 9db7beabdbaa0182cc9fd25603a790db293d56eb Mon Sep 17 00:00:00 2001 From: Sean Harmer Date: Tue, 9 Jun 2015 09:30:22 +0100 Subject: Make QAspectJobManager and base class private Prevents leaking of private headers and allows use of QT3DCORE_PRIVATE_EXPORT for use with the job manager unit test. Change-Id: I7f0c2b2e27e88eee6cb686f5ae55c78b73ea27d3 Reviewed-by: Paul Lemire --- tests/auto/core/threadpooler/tst_threadpooler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/auto') diff --git a/tests/auto/core/threadpooler/tst_threadpooler.cpp b/tests/auto/core/threadpooler/tst_threadpooler.cpp index bb2649d11..9becabf08 100644 --- a/tests/auto/core/threadpooler/tst_threadpooler.cpp +++ b/tests/auto/core/threadpooler/tst_threadpooler.cpp @@ -43,8 +43,8 @@ #include #include -#include -#include +#include +#include #include #include -- cgit v1.2.3