summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2015-11-09 13:39:50 +0000
committerPaul Lemire <paul.lemire@kdab.com>2015-11-17 19:41:22 +0000
commitd3952b92157f6b56ed08ced5cd491f1f117c64eb (patch)
tree3c321859e12529ddb75a586323c29d3953e9f32c /src/plugins
parent26a118cfbce29014864f6cdddae66cccb65ffb4f (diff)
Remove QAbstractTransform and friends
New simplified QTransform doesn't need these any longer. We now get a nice reduction in QObject count when dealing with transformations. Change-Id: I8ba8febada4ad1f05728aa848fb5e70a62028040 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/sceneparsers/assimp/assimpparser.cpp2
-rw-r--r--src/plugins/sceneparsers/gltf/gltfparser.cpp4
2 files changed, 0 insertions, 6 deletions
diff --git a/src/plugins/sceneparsers/assimp/assimpparser.cpp b/src/plugins/sceneparsers/assimp/assimpparser.cpp
index 6955bfc47..0d40b06c2 100644
--- a/src/plugins/sceneparsers/assimp/assimpparser.cpp
+++ b/src/plugins/sceneparsers/assimp/assimpparser.cpp
@@ -38,8 +38,6 @@
#include <Qt3DCore/qentity.h>
#include <Qt3DCore/qtransform.h>
-#include <Qt3DCore/qlookattransform.h>
-#include <Qt3DCore/qmatrixtransform.h>
#include <Qt3DCore/qcameralens.h>
#include <Qt3DRender/qparameter.h>
#include <Qt3DRender/qeffect.h>
diff --git a/src/plugins/sceneparsers/gltf/gltfparser.cpp b/src/plugins/sceneparsers/gltf/gltfparser.cpp
index be1e08ebb..cf9c011cc 100644
--- a/src/plugins/sceneparsers/gltf/gltfparser.cpp
+++ b/src/plugins/sceneparsers/gltf/gltfparser.cpp
@@ -46,11 +46,7 @@
#include <Qt3DCore/QCameraLens>
#include <Qt3DCore/QEntity>
-#include <Qt3DCore/QMatrixTransform>
-#include <Qt3DCore/QRotateTransform>
-#include <Qt3DCore/QScaleTransform>
#include <Qt3DCore/QTransform>
-#include <Qt3DCore/QTranslateTransform>
#include <Qt3DCore/private/qurlhelper_p.h>