1 | // Copyright (C) 2015 Klaralvdalens Datakonsult AB (KDAB). |
---|---|
2 | // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only |
3 | |
4 | #include "qboundingvolumeprovider_p.h" |
5 | |
6 | |
7 | QT_BEGIN_NAMESPACE |
8 | |
9 | namespace Qt3DRender { |
10 | namespace RayCasting { |
11 | |
12 | QBoundingVolumeProvider::~QBoundingVolumeProvider() |
13 | { |
14 | |
15 | } |
16 | |
17 | } // RayCasting |
18 | } // Qt3DRender |
19 | |
20 | QT_END_NAMESPACE |
21 |