┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/private/kitemlistviewanimation.h
diff options
context:
space:
mode:
authorMarco Martin <[email protected]>2025-10-23 11:24:56 +0200
committerMarco Martin <[email protected]>2025-10-23 11:24:56 +0200
commit89eae81d7608cc7328d8619ff5f9289d618ef19f (patch)
tree50ed8d55cd8cdae4b3fe694d89aecc9c49b5f259 /src/kitemviews/private/kitemlistviewanimation.h
parent5ba28fbee04c0f2fa5b21cc2aa52eabc16e32f20 (diff)
Remove ResizeAnimation/IconResizeAnimation
ResizeAnimation and IconResizeAnimation are not used anymore anywhere so remove them from KItemListViewAnimation
Diffstat (limited to 'src/kitemviews/private/kitemlistviewanimation.h')
-rw-r--r--src/kitemviews/private/kitemlistviewanimation.h7
1 files changed, 6 insertions, 1 deletions
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;