summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire350@gmail.com>2015-08-10 15:26:28 +0200
committerSean Harmer <sean.harmer@kdab.com>2015-08-11 17:29:25 +0000
commit86efa9fe761915d738ba231a5d94c74af3660500 (patch)
tree62176b3200e30bdf4f52ac2e1fd01277c80188ff /examples
parentdfe50678f651f4effd677e4fc9d7b518a5975329 (diff)
Cleanup: remove QAbstractMesh/QMeshData/MeshDataManager
Change-Id: I1f13cea4cf864dcf985d1f487e195509de9006e7 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/qt3d/custom-mesh-cpp/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/qt3d/custom-mesh-cpp/main.cpp b/examples/qt3d/custom-mesh-cpp/main.cpp
index 6ef760b83..c17c71906 100644
--- a/examples/qt3d/custom-mesh-cpp/main.cpp
+++ b/examples/qt3d/custom-mesh-cpp/main.cpp
@@ -59,7 +59,6 @@
#include <Qt3DRenderer/QGeometry>
#include <Qt3DRenderer/QAttribute>
#include <Qt3DRenderer/QBuffer>
-#include <Qt3DRenderer/QMeshData>
#include <QPropertyAnimation>