aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/scarceResourceCopyImportNoBinding.variant.qml
blob: 826cbe49fc4c5a373592f84eb46f2389fa098fe5 (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.variant.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.
}