summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qentity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/nodes/qentity.h')
-rw-r--r--src/core/nodes/qentity.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/nodes/qentity.h b/src/core/nodes/qentity.h
index dc7dc62c1..f6044ce5e 100644
--- a/src/core/nodes/qentity.h
+++ b/src/core/nodes/qentity.h
@@ -70,6 +70,9 @@ public:
protected:
explicit QEntity(QEntityPrivate &dd, QNode *parent = nullptr);
+private Q_SLOTS:
+ void onParentChanged(QObject *);
+
private:
Q_DECLARE_PRIVATE(QEntity)