summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/qframegraphnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/framegraph/qframegraphnode.h')
-rw-r--r--src/render/framegraph/qframegraphnode.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/render/framegraph/qframegraphnode.h b/src/render/framegraph/qframegraphnode.h
index 9b08c98d3..826f01a1e 100644
--- a/src/render/framegraph/qframegraphnode.h
+++ b/src/render/framegraph/qframegraphnode.h
@@ -63,6 +63,9 @@ protected:
explicit QFrameGraphNode(QFrameGraphNodePrivate &dd, Qt3DCore::QNode *parent = nullptr);
Qt3DCore::QNodeCreatedChangeBasePtr createNodeCreationChange() const override;
+private Q_SLOTS:
+ void onParentChanged(QObject *);
+
private:
Q_DECLARE_PRIVATE(QFrameGraphNode)
};