aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorOliver Eftevaag <oliver.eftevaag@qt.io>2021-08-23 15:24:17 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-09-01 08:14:40 +0000
commit58497c47672095de8f575475fd3acccb20ff622d (patch)
treef2976ae4a262cd83833d5426fb0fb8eda4a43daa /examples
parent320729a0427e8e4dcba8ca6de713bdf5f452a46e (diff)
Fix coding style
Change-Id: Icfcdcb306dbeb750c8ebad44b431c5364ef63c44 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> (cherry picked from commit 621e583f0587d3ed7d729958b2ab9bf3973af4e0) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples')
-rw-r--r--examples/quick/imageelements/spritesequence.qml10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/quick/imageelements/spritesequence.qml b/examples/quick/imageelements/spritesequence.qml
index 8581bf1ea8..9597ad0710 100644
--- a/examples/quick/imageelements/spritesequence.qml
+++ b/examples/quick/imageelements/spritesequence.qml
@@ -73,7 +73,7 @@ Item {
interpolate: false
goalSprite: ""
//! [still]
- Sprite{
+ Sprite {
name: "still"
source: "content/BearSheet.png"
frameCount: 1
@@ -83,7 +83,7 @@ Item {
to: {"still":1, "blink":0.1, "floating":0}
}
//! [still]
- Sprite{
+ Sprite {
name: "blink"
source: "content/BearSheet.png"
frameCount: 3
@@ -94,7 +94,7 @@ Item {
frameDuration: 100
to: {"still":1}
}
- Sprite{
+ Sprite {
name: "floating"
source: "content/BearSheet.png"
frameCount: 9
@@ -105,7 +105,7 @@ Item {
frameDuration: 160
to: {"still":0, "flailing":1}
}
- Sprite{
+ Sprite {
name: "flailing"
source: "content/BearSheet.png"
frameCount: 8
@@ -116,7 +116,7 @@ Item {
frameDuration: 160
to: {"falling":1}
}
- Sprite{
+ Sprite {
name: "falling"
source: "content/BearSheet.png"
frameCount: 5