Use V4 binding for non-final properties where possible
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlecmascript / data / qtbug_24448.qml
1 import "qtbug_24448.js" as Test
2 import QtQuick 2.0
3
4 QtObject {
5     property bool test: Test.test
6 }
7