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/access/qnetworkaccessmanager.cpp

    r651 r769  
    108108    it sends. It contains the proxy and cache configuration, as well as the
    109109    signals related to such issues, and reply signals that can be used to
    110     monitor the progress of a network operation.
     110    monitor the progress of a network operation. One QNetworkAccessManager
     111    should be enough for the whole Qt application.
    111112
    112113    Once a QNetworkAccessManager object has been created, the application can
     
    119120    \snippet doc/src/snippets/code/src_network_access_qnetworkaccessmanager.cpp 0
    120121
     122
    121123    When the \tt replyFinished slot above is called, the parameter it
    122124    takes is the QNetworkReply object containing the downloaded data
     
    128130    deleteLater() function.
    129131
     132
     133
     134
     135
     136
    130137    A more involved example, assuming the manager is already existent,
    131138    can be:
    132139    \snippet doc/src/snippets/code/src_network_access_qnetworkaccessmanager.cpp 1
     140
     141
     142
     143
     144
     145
     146
     147
     148
     149
    133150
    134151    \sa QNetworkRequest, QNetworkReply, QNetworkProxy
     
    550567/*!
    551568    Posts a request to obtain the network headers for \a request
    552     and returns a new QNetworkReply object which will contain such headers
     569    and returns a new QNetworkReply object which will contain such headers
    553570
    554571    The function is named after the HTTP request associated (HEAD).
Note: See TracChangeset for help on using the changeset viewer.