Changeset 769 for trunk/src/network/access/qnetworkreplyimpl_p.h
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/network/access/qnetworkreplyimpl_p.h
r651 r769 146 146 void emitUploadProgress(qint64 bytesSent, qint64 bytesTotal); 147 147 qint64 nextDownstreamBlockSize() const; 148 149 150 148 151 void appendDownstreamData(QByteDataBuffer &data); 149 152 void appendDownstreamData(QIODevice *data); 153 154 150 155 void finished(); 151 156 void error(QNetworkReply::NetworkError code, const QString &errorString);
Note:
See TracChangeset
for help on using the changeset viewer.