summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/basicshapes-cpp
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 /examples/qt3d/basicshapes-cpp
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 'examples/qt3d/basicshapes-cpp')
-rw-r--r--examples/qt3d/basicshapes-cpp/main.cpp3
-rw-r--r--examples/qt3d/basicshapes-cpp/scenemodifier.h3
2 files changed, 0 insertions, 6 deletions
diff --git a/examples/qt3d/basicshapes-cpp/main.cpp b/examples/qt3d/basicshapes-cpp/main.cpp
index b34a3a18c..f21ff51d3 100644
--- a/examples/qt3d/basicshapes-cpp/main.cpp
+++ b/examples/qt3d/basicshapes-cpp/main.cpp
@@ -61,9 +61,6 @@
#include <Qt3DRender/qrenderpass.h>
#include <Qt3DRender/qsceneloader.h>
-#include <Qt3DCore/qscaletransform.h>
-#include <Qt3DCore/qrotatetransform.h>
-#include <Qt3DCore/qlookattransform.h>
#include <Qt3DCore/qtransform.h>
#include <Qt3DCore/qaspectengine.h>
diff --git a/examples/qt3d/basicshapes-cpp/scenemodifier.h b/examples/qt3d/basicshapes-cpp/scenemodifier.h
index fa1fc20b6..7ef8dd198 100644
--- a/examples/qt3d/basicshapes-cpp/scenemodifier.h
+++ b/examples/qt3d/basicshapes-cpp/scenemodifier.h
@@ -40,10 +40,7 @@
#include <QtCore/QObject>
#include <Qt3DCore/qentity.h>
-#include <Qt3DCore/qscaletransform.h>
-#include <Qt3DCore/qrotatetransform.h>
#include <Qt3DCore/qtransform.h>
-#include <Qt3DCore/QTranslateTransform>
#include <Qt3DRender/QTorusMesh>
#include <Qt3DRender/QCylinderMesh>