summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeanimatedimage/data/stickmanstopped.qml
blob: 2b6074cae15db381816a101d8ccd96331b47a2a4 (plain)
1
2
3
4
5
6
import Qt 4.7

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