aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickimageprovider/data/forImports.qml
blob: c11b37f327113f86b9409a67037829a520c01f5b (plain)
1
2
3
4
5
import QtQuick 2.0

Image {
    source: "image://test/no-such-file.png";
}