src/network/access/qnetworkaccessmanager.cpp
branchRCL_3
changeset 14 c0432d11811c
parent 8 3f74d0d4af4c
equal deleted inserted replaced
13:cc75c76972ee 14:c0432d11811c
   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 /*!