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
/
threadSignal.2.qml
1
import Qt.test 1.0
2
import QtQuick 2.0
3
4
MyWorkerObject {
5
property bool passed: false
6
onDone: passed = (result == 'good')
7
}