Skip to content

Commit a5d26fc

Browse files
committed
[Controls] Fixup warning in spiner
1 parent d68e50f commit a5d26fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/controls/qml/Spinner.qml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/****************************************************************************************
22
**
33
** Copyright (C) 2013 Lucien Xu <sfietkonstantin@free.fr>
4-
** Copyright (C) 2023-2025 Chupligin Sergey (NeoChapay) <neochapay@gmail.com>
4+
** Copyright (C) 2023-2026 Chupligin Sergey (NeoChapay) <neochapay@gmail.com>
55
** All rights reserved.
66
**
77
** You may use this file under the terms of BSD license as follows:
@@ -72,6 +72,7 @@ Item {
7272
to: ""
7373

7474
SequentialAnimation {
75+
id: animation
7576
PropertyAction { target: animations; property: "running"; value: false }
7677
PropertyAnimation {
7778
targets: [circle0, circle1, circle2, circle3]

0 commit comments

Comments
 (0)