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.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/input/frontend/qaction.h b/src/input/frontend/qaction.h
index ef74debe5..63a9c7033 100644
--- a/src/input/frontend/qaction.h
+++ b/src/input/frontend/qaction.h
@@ -67,13 +67,8 @@ 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;
};
} // Qt3DInput