summaryrefslogtreecommitdiffstats
path: root/src/render/materialsystem/effect_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/materialsystem/effect_p.h')
-rw-r--r--src/render/materialsystem/effect_p.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/materialsystem/effect_p.h b/src/render/materialsystem/effect_p.h
index 1593a83c9..a0da793ff 100644
--- a/src/render/materialsystem/effect_p.h
+++ b/src/render/materialsystem/effect_p.h
@@ -75,11 +75,11 @@ public:
void sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e) Q_DECL_OVERRIDE;
void appendRenderTechnique(Qt3DCore::QNodeId t);
- QList<Qt3DCore::QNodeId> techniques() const;
- QList<Qt3DCore::QNodeId> parameters() const;
+ QVector<Qt3DCore::QNodeId> techniques() const;
+ QVector<Qt3DCore::QNodeId> parameters() const;
private:
- QList<Qt3DCore::QNodeId> m_techniques;
+ QVector<Qt3DCore::QNodeId> m_techniques;
ParameterPack m_parameterPack;
};