summaryrefslogtreecommitdiffstats
path: root/src/widgets/graphicsview/qgraphicsitemanimation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/graphicsview/qgraphicsitemanimation.h')
-rw-r--r--src/widgets/graphicsview/qgraphicsitemanimation.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/widgets/graphicsview/qgraphicsitemanimation.h b/src/widgets/graphicsview/qgraphicsitemanimation.h
index af54dfff93..2bd9206574 100644
--- a/src/widgets/graphicsview/qgraphicsitemanimation.h
+++ b/src/widgets/graphicsview/qgraphicsitemanimation.h
@@ -96,10 +96,6 @@ public:
public Q_SLOTS:
void setStep(qreal x);
-#if QT_DEPRECATED_SINCE(5, 13)
- QT_DEPRECATED_X("Use setStep(0) instead")
- void reset();
-#endif
protected:
virtual void beforeAnimationStep(qreal step);