src/network/access/qnetworkaccessmanager.cpp
branchRCL_3
changeset 14 c0432d11811c
parent 8 3f74d0d4af4c
--- a/src/network/access/qnetworkaccessmanager.cpp	Wed Apr 21 12:15:23 2010 +0300
+++ b/src/network/access/qnetworkaccessmanager.cpp	Wed Apr 21 20:15:53 2010 +0300
@@ -138,6 +138,16 @@
     can be:
     \snippet doc/src/snippets/code/src_network_access_qnetworkaccessmanager.cpp 1
 
+    \section1 Symbian Platform Security Requirements
+
+    On Symbian, processes which use this class must have the
+    \c NetworkServices platform security capability. If the client
+    process lacks this capability, operations will result in a panic.
+
+    Platform security capabilities are added via the
+    \l{qmake-variable-reference.html#target-capability}{TARGET.CAPABILITY}
+    qmake variable.
+
     \sa QNetworkRequest, QNetworkReply, QNetworkProxy
 */