summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlocale.cpp
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-09-02 10:34:29 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-09-02 10:36:14 (GMT)
commit66fc43343b06575a97b84ad44d70fd3082a6140e (patch)
tree81520fb8c4aaf72527ca813994c39571a48468ac /src/corelib/tools/qlocale.cpp
parent6965249d336c31768d7592efb0630727c1b8631e (diff)
downloadQt-66fc43343b06575a97b84ad44d70fd3082a6140e.zip
Qt-66fc43343b06575a97b84ad44d70fd3082a6140e.tar.gz
Qt-66fc43343b06575a97b84ad44d70fd3082a6140e.tar.bz2
doc: Fixed several qdoc errors.
That's the last of them... for now.
Diffstat (limited to 'src/corelib/tools/qlocale.cpp')
-rw-r--r--src/corelib/tools/qlocale.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/corelib/tools/qlocale.cpp b/src/corelib/tools/qlocale.cpp
index ded36c2..623d63e 100644
--- a/src/corelib/tools/qlocale.cpp
+++ b/src/corelib/tools/qlocale.cpp
@@ -636,6 +636,9 @@ static QString winSystemPMText()
return QString();
}
+/*!
+ Returns the fallback locale obtained from the system.
+ */
QLocale QSystemLocale::fallbackLocale() const
{
return QLocale(QString::fromLatin1(getWinLocaleName()));