summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nodes/qnode.h')
-rw-r--r--src/core/nodes/qnode.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/nodes/qnode.h b/src/core/nodes/qnode.h
index 0baf1bb8a..5107b3aa8 100644
--- a/src/core/nodes/qnode.h
+++ b/src/core/nodes/qnode.h
@@ -90,6 +90,7 @@ public Q_SLOTS:
Q_SIGNALS:
void parentChanged(QObject *parent);
void enabledChanged(bool enabled);
+ void nodeDestroyed();
protected:
explicit QNode(QNodePrivate &dd, QNode *parent = nullptr);