summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qaxis.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/frontend/qaxis.h')
-rw-r--r--src/input/frontend/qaxis.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/input/frontend/qaxis.h b/src/input/frontend/qaxis.h
index 1a542cf22..3dbe54a4f 100644
--- a/src/input/frontend/qaxis.h
+++ b/src/input/frontend/qaxis.h
@@ -66,6 +66,10 @@ public:
Q_SIGNALS:
void valueChanged(float value);
+protected:
+ // TODO Unused remove in Qt6
+ void sceneChangeEvent(const Qt3DCore::QSceneChangePtr &change) override;
+
private:
Q_DECLARE_PRIVATE(QAxis)
Qt3DCore::QNodeCreatedChangeBasePtr createNodeCreationChange() const override;