Rename QDeclarative symbols to QQuick and QQml
[profile/ivi/qtdeclarative.git] / tests / auto / qml / v4 / data / logicalOr.2.qml
1 import Qt.v4 1.0
2
3 Result {
4     property string s: "foo" || "bar"
5     result: s == "foo"
6 }