Changes between Version 1 and Version 2 of QtBackLog
- Timestamp:
- Sep 30, 2009, 8:18:32 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
QtBackLog
v1 v2 12 12 * Changes to QHttpNetworkReply to reduce memory reallocations. Reserve some bytes instead of doing ''QByteArray::append'' all them time. 13 13 14 * Cut down on the usage of QUrl::toEncoded , cache it somewhere.14 * Cut down on the usage of QUrl::toEncoded as it shows up in the profile of starting jobs. 15 15 16 16 === QtWebKit problems ===