Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/network/socket/qudpsocket.cpp

    r651 r769  
    8686    \l{network/broadcastreceiver}{Broadcast Receiver} examples
    8787    illustrate how to use QUdpSocket in applications.
     88
     89    \section1 Symbian Platform Security Requirements
     90
     91    On Symbian, processes which use this class must have the
     92    \c NetworkServices platform security capability. If the client
     93    process lacks this capability, operations will result in a panic.
     94
     95    Platform security capabilities are added via the
     96    \l{qmake-variable-reference.html#target-capability}{TARGET.CAPABILITY}
     97    qmake variable.
    8898
    8999    \sa QTcpSocket
Note: See TracChangeset for help on using the changeset viewer.