diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2010-03-15 12:15:09 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2010-03-15 12:15:09 (GMT) |
commit | 363e4f06bea8dbe9879bc2fc6328f37815233196 (patch) | |
tree | e6dff6428722bdb8820420ff6fd75ca80fbf74cd | |
parent | 2e73283f264512c2a598bd7c8c946cba9a08a891 (diff) | |
download | Qt-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
-rw-r--r-- | src/corelib/tools/qlocale.cpp | 2 |
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() |