src/network/access/qnetworkaccessmanager.cpp
changeset 37 758a864f9613
parent 33 3e2da88830cd
equal deleted inserted replaced
36:ef0373b55136 37:758a864f9613
   199 
   199 
   200     \value DeleteOperation      delete contents operation (created with
   200     \value DeleteOperation      delete contents operation (created with
   201     deleteResource())
   201     deleteResource())
   202 
   202 
   203     \value CustomOperation      custom operation (created with
   203     \value CustomOperation      custom operation (created with
   204     sendCustomRequest())
   204     sendCustomRequest())    \since 4.7
   205 
   205 
   206     \omitvalue UnknownOperation
   206     \omitvalue UnknownOperation
   207 
   207 
   208     \sa QNetworkReply::operation()
   208     \sa QNetworkReply::operation()
   209 */
   209 */