projects
/
profile
/
ivi
/
qtdeclarative.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Use V4 binding for non-final properties where possible
[profile/ivi/qtdeclarative.git]
/
tests
/
auto
/
qml
/
qqmlecmascript
/
data
/
importScope.qml
1
import QtQuick 2.0
2
import "importScope.1.js" as ImportScope1
3
import "importScope.2.js" as ImportScope2
4
5
QtObject {
6
property int test: ImportScope2.getValue()
7
}