src/network/socket/qudpsocket.cpp
changeset 22 79de32ba3296
parent 18 2f34d5167611
--- a/src/network/socket/qudpsocket.cpp	Mon May 03 13:17:34 2010 +0300
+++ b/src/network/socket/qudpsocket.cpp	Fri May 14 16:40:13 2010 +0300
@@ -86,6 +86,16 @@
     \l{network/broadcastreceiver}{Broadcast Receiver} examples
     illustrate how to use QUdpSocket in applications.
 
+    \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 QTcpSocket
 */