aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquicktext/data/embeddedImagesRemoteError.qml
blob: 9263fa40c2015e072c346705ed385255b9060395 (plain)
1
2
3
4
5
6
import QtQuick 2.0

Text {
    textFormat: Text.RichText
    text: "<img src='" + serverBaseUrl + "/notexists.png'>"
}