diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2011-02-18 16:58:47 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2011-02-23 14:16:49 (GMT) |
commit | 81fe6eac7530ad508bf54e7996cbdc9e2f0cb5d1 (patch) | |
tree | d7f2d2163f2bc1170d805da928728a1bfdf37d44 /tests/manual/qlocale/qlocale.pro | |
parent | 400195768909f52dee30abff59dd9a5e03ea63dc (diff) | |
download | Qt-81fe6eac7530ad508bf54e7996cbdc9e2f0cb5d1.zip Qt-81fe6eac7530ad508bf54e7996cbdc9e2f0cb5d1.tar.gz Qt-81fe6eac7530ad508bf54e7996cbdc9e2f0cb5d1.tar.bz2 |
Added UI languages property to QLocale
The return value is a sorted list of locale names that could be used for
presenting data to the user (i.e. for translations).
Task-number: QTBUG-7329
Reviewed-by: Zeno Albisser
Diffstat (limited to 'tests/manual/qlocale/qlocale.pro')
-rw-r--r-- | tests/manual/qlocale/qlocale.pro | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/manual/qlocale/qlocale.pro b/tests/manual/qlocale/qlocale.pro index 66d527b..46eaa16 100644 --- a/tests/manual/qlocale/qlocale.pro +++ b/tests/manual/qlocale/qlocale.pro @@ -4,5 +4,5 @@ DEPENDPATH += . INCLUDEPATH += . # Input -HEADERS += currency.h calendar.h window.h miscellaneous.h -SOURCES += currency.cpp main.cpp calendar.cpp window.cpp miscellaneous.cpp +HEADERS += currency.h calendar.h languages.h window.h miscellaneous.h +SOURCES += currency.cpp main.cpp calendar.cpp languages.cpp window.cpp miscellaneous.cpp |