summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTuija Lindfors <ext-tuija.lindfors@nokia.com>2012-04-27 12:11:06 +0300
committerTuija Lindfors <ext-tuija.lindfors@nokia.com>2012-04-27 12:11:06 +0300
commita5dcff872970802826bf114ee73ead21dd266895 (patch)
tree7304451956c69dbff13776cd30335c30a683020f /src
parent67143ba197310b4ed9661e75b1da24e15fe72559 (diff)
Symbian documentation update for System Information
In Symbian platform, some classes in System Information are not reentrant since Symbian Belle (Qt Mobility 1.2). Documentation in relevant classes was updated accordingly. Reviewed-by: Juha Kukkonen
Diffstat (limited to 'src')
-rw-r--r--src/systeminfo/qsystembatteryinfo.cpp2
-rw-r--r--src/systeminfo/qsystemdeviceinfo.cpp2
-rw-r--r--src/systeminfo/qsystemnetworkinfo.cpp2
-rw-r--r--src/systeminfo/qsystemstorageinfo.cpp2
4 files changed, 6 insertions, 2 deletions
diff --git a/src/systeminfo/qsystembatteryinfo.cpp b/src/systeminfo/qsystembatteryinfo.cpp
index ceecfa1c87..2dac7e4f99 100644
--- a/src/systeminfo/qsystembatteryinfo.cpp
+++ b/src/systeminfo/qsystembatteryinfo.cpp
@@ -62,7 +62,7 @@ QSystemBatteryInfoPrivate *getSystemBatteryInfoPrivate() { return batteryInfoPri
\reentrant
- \note All functions in this class are reentrant.
+ \note All functions in this class are reentrant. However, in Symbian platform this class is not reentrant since Symbian Belle (Qt Mobility version 1.2).
\warning On Symbian this class does not support QObject::moveToThread().
diff --git a/src/systeminfo/qsystemdeviceinfo.cpp b/src/systeminfo/qsystemdeviceinfo.cpp
index 801d10a258..c98328920b 100644
--- a/src/systeminfo/qsystemdeviceinfo.cpp
+++ b/src/systeminfo/qsystemdeviceinfo.cpp
@@ -61,7 +61,7 @@ QSystemDeviceInfoPrivate *getSystemDeviceInfoPrivate() { return deviceInfoPrivat
\reentrant
- \note All functions in this class are reentrant.
+ \note All functions in this class are reentrant. However, in Symbian platform this class is not reentrant since Symbian Belle (Qt Mobility version 1.2).
\warning On Symbian this class does not support QObject::moveToThread().
*/
diff --git a/src/systeminfo/qsystemnetworkinfo.cpp b/src/systeminfo/qsystemnetworkinfo.cpp
index d7599cf534..d7af074dce 100644
--- a/src/systeminfo/qsystemnetworkinfo.cpp
+++ b/src/systeminfo/qsystemnetworkinfo.cpp
@@ -62,6 +62,8 @@ QSystemNetworkInfoPrivate *getSystemNetworkInfoPrivate() { return netInfoPrivate
\reentrant
\note Most functions in this class are reentrant on all platforms. The exceptions are listed below.
+
+ \note In Symbian platform this class is not reentrant since Symbian Belle (Qt Mobility version 1.2).
\warning On Symbian this class does not support QObject::moveToThread().
diff --git a/src/systeminfo/qsystemstorageinfo.cpp b/src/systeminfo/qsystemstorageinfo.cpp
index 5eb67fc3fb..55d91f45c1 100644
--- a/src/systeminfo/qsystemstorageinfo.cpp
+++ b/src/systeminfo/qsystemstorageinfo.cpp
@@ -63,6 +63,8 @@ QSystemStorageInfoPrivate *getSystemStorageInfoPrivate() { return storageInfoPri
\reentrant
\note Most functions in this class are reentrant on all platforms. The exceptions are listed below.
+
+ \note In Symbian platform this class is not reentrant since Symbian Belle (Qt Mobility version 1.2).
\warning On Symbian this class does not support QObject::moveToThread().
*/