diff options
author | Oliver Eftevaag <[email protected]> | 2023-03-23 17:42:46 +0100 |
---|---|---|
committer | Oliver Eftevaag <[email protected]> | 2023-04-19 20:01:08 +0200 |
commit | 482d6035a4f66aec5a3f52e12858486a2ee83cba (patch) | |
tree | bc5963463426286fe12a0ebaaf71c43cb188df74 /examples/quick/particles/affectors/turbulence.qml | |
parent | dac453a5eb10e1cbf706134bbefdef4564e8b27f (diff) |
fix qmllint warnings in particle attractors example
Pick-to: 6.5
Change-Id: Ic3df17364aacd7aa02e843fd971470aa861df036
Reviewed-by: Jan Arve Sæther <[email protected]>
Diffstat (limited to 'examples/quick/particles/affectors/turbulence.qml')
-rw-r--r-- | examples/quick/particles/affectors/turbulence.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/quick/particles/affectors/turbulence.qml b/examples/quick/particles/affectors/turbulence.qml index dac3a5c46d..049e1a584d 100644 --- a/examples/quick/particles/affectors/turbulence.qml +++ b/examples/quick/particles/affectors/turbulence.qml @@ -31,7 +31,6 @@ Rectangle { width: parent.width x: parent. width / 4 anchors.fill: parent - strength: 32 NumberAnimation on strength{from: 16; to: 64; easing.type: Easing.InOutBounce; duration: 1800; loops: -1} } //! [0] |