summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlocale.qdoc
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@nokia.com>2011-03-30 12:43:17 (GMT)
committerOlivier Goffart <olivier.goffart@nokia.com>2011-04-01 10:59:42 (GMT)
commitf0a4e3f79266ce5f0a7066ad43de4d05dc94a5d2 (patch)
tree89f352cf3917133a2c2ea4e6053d9416c751dc74 /src/corelib/tools/qlocale.qdoc
parentbade388c7aae4b166ab442b1933ea59c5d4c482a (diff)
downloadQt-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/qlocale.qdoc')
-rw-r--r--src/corelib/tools/qlocale.qdoc6
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()
*/
/*!