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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/render/framegraph/qframegraphnode.h b/src/render/framegraph/qframegraphnode.h
index cbde0be3e..851b2fd74 100644
--- a/src/render/framegraph/qframegraphnode.h
+++ b/src/render/framegraph/qframegraphnode.h
@@ -58,13 +58,15 @@ public:
QFrameGraphNode *parentFrameGraphNode() const;
bool isEnabled() const;
+
+public Q_SLOTS:
void setEnabled(bool enabled);
protected:
QFrameGraphNode(QFrameGraphNodePrivate &dd, Qt3DCore::QNode *parent = 0);
Q_SIGNALS:
- void enabledChanged();
+ void enabledChanged(bool enabled);
private:
Q_DECLARE_PRIVATE(QFrameGraphNode)