summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/qframegraph.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/framegraph/qframegraph.h')
-rw-r--r--src/render/framegraph/qframegraph.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/render/framegraph/qframegraph.h b/src/render/framegraph/qframegraph.h
index 35cf09b09..3c8604eb7 100644
--- a/src/render/framegraph/qframegraph.h
+++ b/src/render/framegraph/qframegraph.h
@@ -60,10 +60,12 @@ public:
~QFrameGraph();
QFrameGraphNode *activeFrameGraph() const;
+
+public Q_SLOTS:
void setActiveFrameGraph(QFrameGraphNode *activeFrameGraph);
Q_SIGNALS:
- void activeFrameGraphChanged();
+ void activeFrameGraphChanged(QFrameGraphNode *activeFrameGraph);
protected:
QFrameGraph(QFrameGraphPrivate &dd, Qt3DCore::QNode *parent = 0);