summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlgraphicsanimatedimage/data/stickmanstopped.qml
blob: 53b0c3a739c3324ca2582ce9e1841c2a1e31f6a2 (plain)
1
2
3
4
5
6
import Qt 4.6

AnimatedImage {
    source: "stickman.gif"
    playing: false
}