summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/qframegraphnode_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/framegraph/qframegraphnode_p.h')
-rw-r--r--src/render/framegraph/qframegraphnode_p.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/render/framegraph/qframegraphnode_p.h b/src/render/framegraph/qframegraphnode_p.h
index c03017638..4d9516b88 100644
--- a/src/render/framegraph/qframegraphnode_p.h
+++ b/src/render/framegraph/qframegraphnode_p.h
@@ -70,6 +70,9 @@ public:
static QFrameGraphNodePrivate *get(QFrameGraphNode *node) { return node->d_func(); }
static const QFrameGraphNodePrivate *get(const QFrameGraphNode *node) { return node->d_func(); }
+ QString dumpFrameGraph() const;
+ QStringList dumpFrameGraphPaths() const;
+
Q_DECLARE_PUBLIC(QFrameGraphNode)
};