diff options
author | Zeno Albisser <zeno.albisser@nokia.com> | 2011-03-30 12:43:17 (GMT) |
---|---|---|
committer | Olivier Goffart <olivier.goffart@nokia.com> | 2011-04-01 10:59:42 (GMT) |
commit | f0a4e3f79266ce5f0a7066ad43de4d05dc94a5d2 (patch) | |
tree | 89f352cf3917133a2c2ea4e6053d9416c751dc74 /src/corelib/tools | |
parent | bade388c7aae4b166ab442b1933ea59c5d4c482a (diff) | |
download | Qt-f0a4e3f79266ce5f0a7066ad43de4d05dc94a5d2.zip Qt-f0a4e3f79266ce5f0a7066ad43de4d05dc94a5d2.tar.gz Qt-f0a4e3f79266ce5f0a7066ad43de4d05dc94a5d2.tar.bz2 |
linking doc of QLocale with QApplication::keyboardInputLocale()
Reviewed-by: Denis Dzyubenko
Task-number: QTBUG-17099
Diffstat (limited to 'src/corelib/tools')
-rw-r--r-- | src/corelib/tools/qlocale.qdoc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/corelib/tools/qlocale.qdoc b/src/corelib/tools/qlocale.qdoc index f6b1d27..605e3e0 100644 --- a/src/corelib/tools/qlocale.qdoc +++ b/src/corelib/tools/qlocale.qdoc @@ -88,6 +88,9 @@ This constructor converts the locale name to a language/country pair; it does not use the system locale database. + \note For the current keyboard input locale take a look at + QApplication::keyboardInputLocale(). + QLocale's data is based on Common Locale Data Repository v1.8.1. The double-to-string and string-to-double conversion functions are @@ -110,7 +113,8 @@ This product includes software developed by the University of California, Berkeley and its contributors. - \sa QString::arg(), QString::toInt(), QString::toDouble() + \sa QString::arg(), QString::toInt(), QString::toDouble(), + QApplication::keyboardInputLocale() */ /*! |