summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/qframegraphnode.cpp
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.cpp
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.cpp')
-rw-r--r--src/render/framegraph/qframegraphnode.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/render/framegraph/qframegraphnode.cpp b/src/render/framegraph/qframegraphnode.cpp
index 36a9f737a..a480acf3d 100644
--- a/src/render/framegraph/qframegraphnode.cpp
+++ b/src/render/framegraph/qframegraphnode.cpp
@@ -39,6 +39,7 @@
#include "qframegraphnode.h"
#include "qframegraphnode_p.h"
+#include <Qt3DRender/qframegraphnodecreatedchange.h>
QT_BEGIN_NAMESPACE
@@ -198,6 +199,11 @@ QFrameGraphNode::QFrameGraphNode(QFrameGraphNodePrivate &dd, QNode *parent)
{
}
+Qt3DCore::QNodeCreatedChangeBasePtr QFrameGraphNode::createNodeCreationChange() const
+{
+ return QFrameGraphNodeCreatedChangeBasePtr::create(this);
+}
+
} // namespace Qt3DRender
QT_END_NAMESPACE