diff options
author | David Boddie <david.boddie@nokia.com> | 2011-05-12 18:24:33 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-05-12 18:24:33 (GMT) |
commit | f32438ffccd8728143b93399e7cd251e72d23b55 (patch) | |
tree | 7ccaaa83ebc5e1e639de76e693d944e08c7366c1 /src/corelib/tools/qlocale.qdoc | |
parent | 2142c3b8d7d88da290d5ba5c489dcb6145a96be0 (diff) | |
download | Qt-f32438ffccd8728143b93399e7cd251e72d23b55.zip Qt-f32438ffccd8728143b93399e7cd251e72d23b55.tar.gz Qt-f32438ffccd8728143b93399e7cd251e72d23b55.tar.bz2 |
Doc: Fixed qdoc warnings.
Diffstat (limited to 'src/corelib/tools/qlocale.qdoc')
-rw-r--r-- | src/corelib/tools/qlocale.qdoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/tools/qlocale.qdoc b/src/corelib/tools/qlocale.qdoc index 605e3e0..1d5e5c5 100644 --- a/src/corelib/tools/qlocale.qdoc +++ b/src/corelib/tools/qlocale.qdoc @@ -769,6 +769,8 @@ \value Weekdays a QList<Qt::DayOfWeek> specifying the regular weekdays \value LocaleChanged this type is queried whenever the system locale is changed. \value ListToSeparatedString a string that represents a join of a given QStringList with a locale-defined separator. + \value NativeLanguageName a string that represents the name of the native language. + \value NativeCountryName a string that represents the name of the native country. */ /*! |