From 0542f1614aa6d50c4c9809fb0ce5f1adb5666d67 Mon Sep 17 00:00:00 2001 From: Paul Lemire Date: Mon, 11 Apr 2016 14:58:17 +0200 Subject: Move defaults and geometries out of Qt3DRender and into Qt3DExtras QBoundingVolumeDebug has been disabled for now. Will be re-enabled later on. Change-Id: Id6b0abab2ec2aa697330bd20d782f9d104d25d50 Reviewed-by: Sean Harmer --- tests/auto/render/picking/tst_picking.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/auto/render/picking/tst_picking.cpp') diff --git a/tests/auto/render/picking/tst_picking.cpp b/tests/auto/render/picking/tst_picking.cpp index cf8c16eba..d177aae6c 100644 --- a/tests/auto/render/picking/tst_picking.cpp +++ b/tests/auto/render/picking/tst_picking.cpp @@ -34,16 +34,17 @@ #include #include #include -#include +#include #include #include #include -#include +#include #include #include using namespace Qt3DCore; using namespace Qt3DRender; +using namespace Qt3DExtras; using namespace Qt3DRender::Render; class MyObjectPicker : public Qt3DRender::QObjectPicker -- cgit v1.2.3