aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlengine/data/interception/strings/intercepted/Intercepted.qml
blob: 0331a01ad41ae69d3e5f514a2ecfd5efcc9975a7 (plain)
1
2
3
4
5
import QtQml 2.0

QtObject {
    property string myStr: "intercepted"
}