Rename QDeclarative symbols to QQuick and QQml
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmllocale / data / localeCompare.qml
1 import QtQuick 2.0
2
3 QtObject {
4     property var string1: "a"
5     property var string2: "a"
6     property var comparison: string1.localeCompare(string2)
7 }