summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
diff options
context:
space:
mode:
authorVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-09-28 22:24:01 (GMT)
committerVolker Hilsheimer <volker.hilsheimer@nokia.com>2009-09-28 22:24:37 (GMT)
commit88466bcb2162cd063912dbb0e73982095c15dcba (patch)
tree201fdd6581031d2fda2296094fb18a45f5daca0f /src/corelib/tools
parent679a6b373a5496c069b1ed668f7eb166237bd0e2 (diff)
downloadQt-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.cpp5
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.
*/