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

QtObject {
    property string myStr: "intercepted"
    property Intercepted2 compilationIsTest: Intercepted2{}
}