> On Mon, Apr 12, 2010 at 1:26 PM, <[email protected]> wrote: > >> Tarandeep, >> >> Something like this.... >> >> request.setAttribute(QNetworkRequest::CacheLoadControlAttribute, >> QNetworkRequest::PreferCache); >> >> > where should I do this? I mean which class I need to reimplement? The > NetworkAccessManager class ? > which function I need to override? > > Thanks, > Tarandeep >
In the performance project - http://gitorious.org/qtwebkit/performance - we do the same that you would do. Look into the common/*network* files! Cheers! balazs _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
