aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/scarceResourceCopyImportNoBinding.var.qml
blob: 5284b40cc8add4a4b61d432e6478510e9d1d1b1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import QtQuick 2.0
import Qt.test 1.0

// the following js import doesn't manually preserve or destroy any resources
import "scarceResourceCopyImportNoBinding.var.js" as ScarceResourceCopyImportNoBindingJs

QtObject {
    // in this case, there is an import but no binding evaluated.
    // nonetheless, any resources which are not preserved, should
    // be automatically released by the engine.
}