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/global | |
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/global')
-rw-r--r-- | src/corelib/global/qglobal.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/corelib/global/qglobal.cpp b/src/corelib/global/qglobal.cpp index 97362af..63e2891 100644 --- a/src/corelib/global/qglobal.cpp +++ b/src/corelib/global/qglobal.cpp @@ -1066,6 +1066,7 @@ bool qSharedBuild() /*! \fn QSysInfo::SymbianVersion QSysInfo::symbianVersion() + \since 4.6 Returns the version of the Symbian operating system on which the application is run (Symbian only). @@ -1073,6 +1074,7 @@ bool qSharedBuild() /*! \fn QSysInfo::S60Version QSysInfo::s60Version() + \since 4.6 Returns the version of the S60 SDK system on which the application is run (S60 only). |