blob: e739b85ef8270a3e0bf94c875ad72328851b52d7 [file] [log] [blame]
import QtQuick 2.0
Item {
Image {
id: img
source: "http://example.org/some_nonexistant_image.png"
visible: false
}
property string source: JSON.stringify(img.source)
}