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