src/network/access/qnetworkaccessmanager.cpp
changeset 22 79de32ba3296
parent 19 fcece45ef507
child 30 5dc02b23752f
equal deleted inserted replaced
19:fcece45ef507 22:79de32ba3296
   135     executed in parallel for one host/port combination.
   135     executed in parallel for one host/port combination.
   136 
   136 
   137     A more involved example, assuming the manager is already existent,
   137     A more involved example, assuming the manager is already existent,
   138     can be:
   138     can be:
   139     \snippet doc/src/snippets/code/src_network_access_qnetworkaccessmanager.cpp 1
   139     \snippet doc/src/snippets/code/src_network_access_qnetworkaccessmanager.cpp 1
       
   140 
       
   141     \section1 Symbian Platform Security Requirements
       
   142 
       
   143     On Symbian, processes which use this class must have the
       
   144     \c NetworkServices platform security capability. If the client
       
   145     process lacks this capability, operations will result in a panic.
       
   146 
       
   147     Platform security capabilities are added via the
       
   148     \l{qmake-variable-reference.html#target-capability}{TARGET.CAPABILITY}
       
   149     qmake variable.
   140 
   150 
   141     \sa QNetworkRequest, QNetworkReply, QNetworkProxy
   151     \sa QNetworkRequest, QNetworkReply, QNetworkProxy
   142 */
   152 */
   143 
   153 
   144 /*!
   154 /*!