aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelocale/data/properties.qml
diff options
context:
space:
mode:
authorMartin Jones <martin.jones@nokia.com>2012-02-17 10:11:43 +1000
committerQt by Nokia <qt-info@nokia.com>2012-02-17 04:29:42 +0100
commitceb09a144afae488057c1841ec68a2fa0117a3f3 (patch)
tree12b5ead7b2033fa3c836696e2064dae3ee62cc24 /tests/auto/declarative/qdeclarativelocale/data/properties.qml
parent297cdf59dec32635cc162b472fb63bc86dbe121c (diff)
Make QLocale::uiLanguages() available in Qt.locale() object
Available as uiLanguages property returning an array of strings. Change-Id: Ic698bbaff2eb0f9f6720ae06952c12a987298964 Reviewed-by: Glenn Watson <glenn.watson@nokia.com>
Diffstat (limited to 'tests/auto/declarative/qdeclarativelocale/data/properties.qml')
-rw-r--r--tests/auto/declarative/qdeclarativelocale/data/properties.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativelocale/data/properties.qml b/tests/auto/declarative/qdeclarativelocale/data/properties.qml
index 1d2968b419..16d1f4092a 100644
--- a/tests/auto/declarative/qdeclarativelocale/data/properties.qml
+++ b/tests/auto/declarative/qdeclarativelocale/data/properties.qml
@@ -23,4 +23,5 @@ QtObject {
property var measurementSystem: locale.measurementSystem
property var textDirection: locale.textDirection
property var weekDays: locale.weekDays
+ property var uiLanguages: locale.uiLanguages
}