diff options
author | Benjamin C Meyer <benjamin.meyer@torchmobile.com> | 2009-04-29 15:15:25 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-05-18 14:23:45 (GMT) |
commit | e5755e131952ab5c3c8dd0fd6a88dbaa7148898a (patch) | |
tree | 6808d3cf1087d813a37e12e894ff47d399427506 /src/qt3support | |
parent | ef310a8cf2067a2fe21d6812cf34fb8aaad74f48 (diff) | |
download | Qt-e5755e131952ab5c3c8dd0fd6a88dbaa7148898a.zip Qt-e5755e131952ab5c3c8dd0fd6a88dbaa7148898a.tar.gz Qt-e5755e131952ab5c3c8dd0fd6a88dbaa7148898a.tar.bz2 |
Fix QNetworkDiskCache to expire the oldest files first.
When expiring cache files use a QMultiMap, when using a QMap not all
files are put into the map because often many files (downloaded or
updated at the same time) will have the same creation QDateTime and
so only one will go into the QMap who's key is QDateTime.
Reviewed-By: Thiago Macieira
Reviewed-By: Peter Hartmann
Diffstat (limited to 'src/qt3support')
0 files changed, 0 insertions, 0 deletions