aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/scarceresources/scarceResourceCopyImportNoBinding.qml
blob: 81deec0713d7fdc9c7f6f022209c8ebf5c9c4feb (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.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.
}