aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qquickanimatedimage/data/stickmanerror1.qml
blob: 4f823b3d70b46e886f312d99c1a54aea4d53f8d2 (plain)
1
2
3
4
5
6
import QtQuick 2.0

AnimatedImage {
    sourceSize: "240x180"
    source: "stickman.gif"
}