aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/scarceresources/scarceResourceCopyImportNoBinding.qml
blob: 72cd4dac8a69c0ddb4ffd8c5793dda11b247a0dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
import QtQuick 1.0
import Qt.test 1.0

// the following js import doesn't manually preserve or destroy any resources
import "scarceResourceCopyImportNoBinding.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.
}