aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickanimatedimage/data/colors_nocache.qml
blob: 24adca68ec0acbbc0849d7b5624d4b5843fad0e5 (plain)
1
2
3
4
5
6
import QtQuick 2.0

AnimatedImage {
    source: "colors.gif"
    cache: false
}