Use V4 binding for non-final properties where possible
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlecmascript / data / scarceResourceCopyImportNoBinding.variant.qml
1 import QtQuick 2.0
2 import Qt.test 1.0
3
4 // the following js import doesn't manually preserve or destroy any resources
5 import "scarceResourceCopyImportNoBinding.variant.js" as ScarceResourceCopyImportNoBindingJs
6
7 QtObject {
8     // in this case, there is an import but no binding evaluated.
9     // nonetheless, any resources which are not preserved, should
10     // be automatically released by the engine.
11 }
12