summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetext/data/embeddedImagesRemote.qml
blob: b6ca3e360c1d45f58f1aa6e0561b21879c4d5f5a (plain)
1
2
3
4
5
import Qt 4.7

Text {
    text: "<img src='http://127.0.0.1:14453/exists.png'>"
}