summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/techniquefilternode_p.h
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2015-10-01 15:55:17 +0200
committerPaul Lemire <paul.lemire@kdab.com>2015-10-14 16:01:37 +0000
commit65d1fbb704706a6701e8e554d555a9b71053c0bc (patch)
tree7ee3cc4a94dfd48db4d85cda5bf648f3e50cefc3 /src/render/framegraph/techniquefilternode_p.h
parentc4e63d3eb687d2e7d4267e97d8a6122d0012529a (diff)
QTechniqueFilter fixes:
- Properly clone the parameters when doing a clone - Sent QAnnotation QNodeId only, not clones - Check that a QAnnotation is not already contained when inserting a new one Change-Id: Ie00410c107b41bebccccd670feb02e2bfd30b84e Reviewed-by: Andy Nichols <andy.nichols@theqtcompany.com>
Diffstat (limited to 'src/render/framegraph/techniquefilternode_p.h')
-rw-r--r--src/render/framegraph/techniquefilternode_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/framegraph/techniquefilternode_p.h b/src/render/framegraph/techniquefilternode_p.h
index 59ffb9572..59688a557 100644
--- a/src/render/framegraph/techniquefilternode_p.h
+++ b/src/render/framegraph/techniquefilternode_p.h
@@ -80,7 +80,7 @@ public:
void sceneChangeEvent(const Qt3DCore::QSceneChangePtr &e) Q_DECL_OVERRIDE;
private:
- void appendFilter(QAnnotation *criterion);
+ void appendFilter(const Qt3DCore::QNodeId &criterionId);
void removeFilter(const Qt3DCore::QNodeId &criterionId);
QList<Qt3DCore::QNodeId> m_filters;