summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/frontend/qaction.h')
-rw-r--r--src/input/frontend/qaction.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/input/frontend/qaction.h b/src/input/frontend/qaction.h
index 8175bab8e..ef74debe5 100644
--- a/src/input/frontend/qaction.h
+++ b/src/input/frontend/qaction.h
@@ -67,6 +67,10 @@ public:
Q_SIGNALS:
void activeChanged(bool isActive);
+protected:
+ // TODO Unused remove in Qt6
+ void sceneChangeEvent(const Qt3DCore::QSceneChangePtr &change) override;
+
private:
Q_DECLARE_PRIVATE(QAction)
Qt3DCore::QNodeCreatedChangeBasePtr createNodeCreationChange() const override;