aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltc/QmltcExportedTests/HelloExportedWorld.qml
blob: 5e6886bcedae4e5d223c4036b071143f742407dc (plain)
1
2
3
4
5
import QtQuick

Item {
    property string myString: "Hello! I should be exported by qmltc"
}