1d7e25909f1850363101260232af3c096200f920
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativeanimatedimage / data / stickmanpause.qml
1 import QtQuick 1.0
2
3 AnimatedImage {
4     source: "stickman.gif"
5     paused: true
6     currentFrame: 2
7 }