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

QtObject {
    property string myStr: "base file"
}