From 89eae81d7608cc7328d8619ff5f9289d618ef19f Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Thu, 23 Oct 2025 11:24:56 +0200 Subject: Remove ResizeAnimation/IconResizeAnimation ResizeAnimation and IconResizeAnimation are not used anymore anywhere so remove them from KItemListViewAnimation --- src/kitemviews/private/kitemlistviewanimation.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/kitemviews/private/kitemlistviewanimation.h') diff --git a/src/kitemviews/private/kitemlistviewanimation.h b/src/kitemviews/private/kitemlistviewanimation.h index c052d5dff..821566161 100644 --- a/src/kitemviews/private/kitemlistviewanimation.h +++ b/src/kitemviews/private/kitemlistviewanimation.h @@ -28,7 +28,12 @@ class DOLPHIN_EXPORT KItemListViewAnimation : public QObject Q_OBJECT public: - enum AnimationType { MovingAnimation, CreateAnimation, DeleteAnimation, ResizeAnimation, IconResizeAnimation, AnimationTypeCount }; + enum AnimationType { + MovingAnimation, + CreateAnimation, + DeleteAnimation, + AnimationTypeCount + }; explicit KItemListViewAnimation(QObject *parent = nullptr); ~KItemListViewAnimation() override; -- cgit v1.3.1