summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/boundingvolumedebug/tst_boundingvolumedebug.cpp
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2016-03-05 20:12:18 +0000
committerSean Harmer <sean.harmer@kdab.com>2016-03-13 18:01:38 +0000
commitb47e803ed2a8f3f9a3e6c02ed8e710f6e71ad8de (patch)
tree331eab989770e35006f0542a0c4db3b234bfd8af /tests/auto/render/boundingvolumedebug/tst_boundingvolumedebug.cpp
parentb345da41d96e8db23a11797840ebd627b531f885 (diff)
Make QBoundingVolumeDebug private
QML type exported though, need to decide where/how to hide it Change-Id: I2d341456c3e09101da895ccd4a925f85a01089b0 Task-number: QTBUG-51449 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'tests/auto/render/boundingvolumedebug/tst_boundingvolumedebug.cpp')
-rw-r--r--tests/auto/render/boundingvolumedebug/tst_boundingvolumedebug.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/render/boundingvolumedebug/tst_boundingvolumedebug.cpp b/tests/auto/render/boundingvolumedebug/tst_boundingvolumedebug.cpp
index 96305e8f7..6cbea93d6 100644
--- a/tests/auto/render/boundingvolumedebug/tst_boundingvolumedebug.cpp
+++ b/tests/auto/render/boundingvolumedebug/tst_boundingvolumedebug.cpp
@@ -28,7 +28,7 @@
#include <QtTest/QTest>
#include <Qt3DRender/private/boundingvolumedebug_p.h>
-#include <Qt3DRender/qboundingvolumedebug.h>
+#include <Qt3DRender/private/qboundingvolumedebug_p.h>
#include <Qt3DCore/private/qbackendnode_p.h>
#include <Qt3DCore/qscenepropertychange.h>
#include "testpostmanarbiter.h"