projects
/
profile
/
ivi
/
qtdeclarative.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update to 5.0.0-beta1
[profile/ivi/qtdeclarative.git]
/
tests
/
auto
/
qml
/
qqmlecmascript
/
data
/
fallbackBindings.3.qml
1
import QtQuick 2.0
2
import Qt.test.fallbackBindingsObject 1.0 as SingletonType
3
4
Item {
5
property bool success: false
6
property string foo: SingletonType.Fallback.test
7
8
Component.onCompleted: success = (foo == '100')
9
}