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

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