aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickimage/data/image.qml
blob: 09a577cc6fea57cd3351df901bf95f07eba297a0 (plain)
1
2
3
4
5
import QtQuick 2.15

Image {
    source: "heart.png"
}