summaryrefslogtreecommitdiffstats
path: root/src/render/backend/entity_p.h
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2016-02-29 14:43:46 +0100
committerPaul Lemire <paul.lemire@kdab.com>2016-03-05 12:00:39 +0000
commitafe56dcfcd4ee34c85260871d67e229d383c4186 (patch)
tree3930e0e7066e3be1d6a11d32e59a3f8f7dde7145 /src/render/backend/entity_p.h
parentaf20237e24ca355c9369eff116c4b16df62737cd (diff)
QComputeJob cleanup
* Renamed to QComputeCommand * Removed protected ctor * Added x,y,z workgroup properties * Renamed backend elements to match frontend Change-Id: I3959ec671a7d6e86239f72336f02452ea58919ee Task-number: QTBUG-51514 Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/render/backend/entity_p.h')
-rw-r--r--src/render/backend/entity_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/backend/entity_p.h b/src/render/backend/entity_p.h
index c31096f26..2bc80db20 100644
--- a/src/render/backend/entity_p.h
+++ b/src/render/backend/entity_p.h
@@ -211,7 +211,7 @@ template<>
QList<HLight> Entity::componentsHandle<Light>() const;
template<>
-Q_AUTOTEST_EXPORT HComputeJob Entity::componentHandle<ComputeJob>() const;
+Q_AUTOTEST_EXPORT HComputeCommand Entity::componentHandle<ComputeCommand>() const;
// Render components
template<>
@@ -242,7 +242,7 @@ template<>
QList<Light *> Entity::renderComponents<Light>() const;
template<>
-Q_AUTOTEST_EXPORT ComputeJob *Entity::renderComponent<ComputeJob>() const;
+Q_AUTOTEST_EXPORT ComputeCommand *Entity::renderComponent<ComputeCommand>() const;
// UUid
template<>
@@ -270,7 +270,7 @@ template<>
Q_AUTOTEST_EXPORT Qt3DCore::QNodeId Entity::componentUuid<BoundingVolumeDebug>() const;
template<>
-Q_AUTOTEST_EXPORT Qt3DCore::QNodeId Entity::componentUuid<ComputeJob>() const;
+Q_AUTOTEST_EXPORT Qt3DCore::QNodeId Entity::componentUuid<ComputeCommand>() const;
template<>
Q_AUTOTEST_EXPORT QVector<Qt3DCore::QNodeId> Entity::componentsUuid<Light>() const;