summaryrefslogtreecommitdiffstats
path: root/src/render/backend/triangleboundingvolume_p.h
diff options
context:
space:
mode:
authorMike Krus <mike.krus@kdab.com>2016-03-02 22:06:42 +0000
committerMike Krus <mike.krus@kdab.com>2016-03-05 18:56:19 +0000
commit422d10dfdc42ae4bf903ec778eba690021df764c (patch)
tree3ca658c3375ebae1ddaa0163ddf711718239e29f /src/render/backend/triangleboundingvolume_p.h
parentc00cadf3853942721cf8eb79b43cba78ceea658b (diff)
Move QRay3D to Qt3DRender and make private
Change-Id: I30f328e1d71d1c27b6647b63cbf480ea0937dd68 Task-Id: QTBUG-51500 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/render/backend/triangleboundingvolume_p.h')
-rw-r--r--src/render/backend/triangleboundingvolume_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/backend/triangleboundingvolume_p.h b/src/render/backend/triangleboundingvolume_p.h
index 4a36caacb..5ce0f1574 100644
--- a/src/render/backend/triangleboundingvolume_p.h
+++ b/src/render/backend/triangleboundingvolume_p.h
@@ -61,7 +61,7 @@ namespace Qt3DRender {
namespace Render {
-Q_AUTOTEST_EXPORT bool intersectsSegmentTriangle(const Qt3DCore::QRay3D &ray,
+Q_AUTOTEST_EXPORT bool intersectsSegmentTriangle(const QRay3D &ray,
const QVector3D &a,
const QVector3D &b,
const QVector3D &c,
@@ -78,7 +78,7 @@ public:
const QVector3D &c);
Qt3DCore::QNodeId id() const Q_DECL_FINAL;
- bool intersects(const Qt3DCore::QRay3D &ray, QVector3D *q) const Q_DECL_FINAL;
+ bool intersects(const QRay3D &ray, QVector3D *q) const Q_DECL_FINAL;
Type type() const Q_DECL_FINAL;
QVector3D a() const;