From 7c971e0e7791ab38d7d3d8ebc25468c44cbe49c5 Mon Sep 17 00:00:00 2001 From: Sean Harmer Date: Mon, 12 Oct 2015 20:45:19 +0100 Subject: Move Qt3DCore into Qt3DCore namespace Update other aspects, tests and examples accordingly. Change-Id: Ib1bcf0bdf4f5aec4422dc0c80bfc32b27fb1a317 Reviewed-by: Paul Lemire --- src/core/qboundingvolume.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/qboundingvolume.cpp') diff --git a/src/core/qboundingvolume.cpp b/src/core/qboundingvolume.cpp index caba96c79..e0ae704e4 100644 --- a/src/core/qboundingvolume.cpp +++ b/src/core/qboundingvolume.cpp @@ -38,7 +38,7 @@ QT_BEGIN_NAMESPACE -namespace Qt3D { +namespace Qt3DCore { QBoundingVolume::QBoundingVolume() { @@ -48,6 +48,6 @@ QBoundingVolume::~QBoundingVolume() { } -} // namespace Qt3D +} // namespace Qt3DCore QT_END_NAMESPACE -- cgit v1.2.3