summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/qframegraphnode.h
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2016-09-09 15:56:31 +0200
committerPaul Lemire <paul.lemire@kdab.com>2016-12-13 15:33:53 +0000
commitd2da87d520400c479c4f6950d3fcc31077027ed9 (patch)
tree674ff3c356335630e1fee53f86ae8d6f1a3e03c8 /src/render/framegraph/qframegraphnode.h
parent49023e500ef0a93714fb02b2dc2f766c7c0ae893 (diff)
QFrameGraphNode and subclasses: use the QFrameGraphNodeCreatedChange
Change-Id: I5c22b3face1a6b73ea0c10c32a16da2d8cab5f5d Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/render/framegraph/qframegraphnode.h')
-rw-r--r--src/render/framegraph/qframegraphnode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/framegraph/qframegraphnode.h b/src/render/framegraph/qframegraphnode.h
index a7de9c1ad..eb43708e1 100644
--- a/src/render/framegraph/qframegraphnode.h
+++ b/src/render/framegraph/qframegraphnode.h
@@ -61,6 +61,7 @@ public:
protected:
explicit QFrameGraphNode(QFrameGraphNodePrivate &dd, Qt3DCore::QNode *parent = nullptr);
+ Qt3DCore::QNodeCreatedChangeBasePtr createNodeCreationChange() const Q_DECL_OVERRIDE;
private:
Q_DECLARE_PRIVATE(QFrameGraphNode)