summaryrefslogtreecommitdiffstats
path: root/src/render/backend/entity_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/backend/entity_p.h')
-rw-r--r--src/render/backend/entity_p.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/render/backend/entity_p.h b/src/render/backend/entity_p.h
index 52ad85281..d2227965d 100644
--- a/src/render/backend/entity_p.h
+++ b/src/render/backend/entity_p.h
@@ -124,16 +124,16 @@ public:
void removeRecursiveLayerId(const Qt3DCore::QNodeId layerId);
void clearRecursiveLayerIds() { m_recursiveLayerComponents.clear(); }
- template<class Backend, uint INDEXBITS>
- Qt3DCore::QHandle<Backend, INDEXBITS> componentHandle() const
+ template<class Backend>
+ Qt3DCore::QHandle<Backend> componentHandle() const
{
- return Qt3DCore::QHandle<Backend, INDEXBITS>();
+ return Qt3DCore::QHandle<Backend>();
}
- template<class Backend, uint INDEXBITS>
- QVector<Qt3DCore::QHandle<Backend, INDEXBITS> > componentsHandle() const
+ template<class Backend>
+ QVector<Qt3DCore::QHandle<Backend> > componentsHandle() const
{
- return QVector<Qt3DCore::QHandle<Backend, INDEXBITS> >();
+ return QVector<Qt3DCore::QHandle<Backend> >();
}
template<class Backend>