diff options
author | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-09-28 22:24:01 (GMT) |
---|---|---|
committer | Volker Hilsheimer <volker.hilsheimer@nokia.com> | 2009-09-28 22:24:37 (GMT) |
commit | 88466bcb2162cd063912dbb0e73982095c15dcba (patch) | |
tree | 201fdd6581031d2fda2296094fb18a45f5daca0f /src/corelib/tools | |
parent | 679a6b373a5496c069b1ed668f7eb166237bd0e2 (diff) | |
download | Qt-88466bcb2162cd063912dbb0e73982095c15dcba.zip Qt-88466bcb2162cd063912dbb0e73982095c15dcba.tar.gz Qt-88466bcb2162cd063912dbb0e73982095c15dcba.tar.bz2 |
doc: add some more \since 4.6 tags
Diffstat (limited to 'src/corelib/tools')
-rw-r--r-- | src/corelib/tools/qlocale.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/corelib/tools/qlocale.cpp b/src/corelib/tools/qlocale.cpp index dc61adb..4a66b92 100644 --- a/src/corelib/tools/qlocale.cpp +++ b/src/corelib/tools/qlocale.cpp @@ -637,7 +637,8 @@ static QString winSystemPMText() } /*! - Returns the fallback locale obtained from the system. + \since 4.6 + Returns the fallback locale obtained from the system. */ QLocale QSystemLocale::fallbackLocale() const { @@ -1283,6 +1284,8 @@ QVariant QSystemLocale::query(QueryType type, QVariant /* in */) const #elif !defined(Q_OS_SYMBIAN) /*! + \since 4.6 + Returns a fallback locale, that will get used for everything that is not explicitly overridden by the system locale. */ |