summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2010-03-15 12:15:09 (GMT)
committerDenis Dzyubenko <denis.dzyubenko@nokia.com>2010-03-15 12:15:09 (GMT)
commit363e4f06bea8dbe9879bc2fc6328f37815233196 (patch)
treee6dff6428722bdb8820420ff6fd75ca80fbf74cd /src
parent2e73283f264512c2a598bd7c8c946cba9a08a891 (diff)
downloadQt-363e4f06bea8dbe9879bc2fc6328f37815233196.zip
Qt-363e4f06bea8dbe9879bc2fc6328f37815233196.tar.gz
Qt-363e4f06bea8dbe9879bc2fc6328f37815233196.tar.bz2
Doc fix in QLocale
Removed a link to an obsolete (Qt 3 support) function QTextCodec::locale. Task-number: related to QTBUG-8973 Reviewed-by: trustme
Diffstat (limited to 'src')
-rw-r--r--src/corelib/tools/qlocale.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/tools/qlocale.cpp b/src/corelib/tools/qlocale.cpp
index 84bc154..1966a79 100644
--- a/src/corelib/tools/qlocale.cpp
+++ b/src/corelib/tools/qlocale.cpp
@@ -3147,7 +3147,7 @@ QString QLocale::toString(double i, char f, int prec) const
On Windows and Mac, this locale will use the decimal/grouping characters and date/time
formats specified in the system configuration panel.
- \sa QTextCodec::locale() c()
+ \sa c()
*/
QLocale QLocale::system()