printing html content on the retreive

David Faure faure at kde.org
Wed Jun 23 14:23:56 BST 2004


On Wednesday 23 June 2004 15:18, jesso1607 at rogers.com wrote:
> Thanks.  That works.
> 
> Is this ok for cached data as well?

The cached data is handled before that in the same method.
Add similar debug line before or after slotData in:

        m_bufReceive.setRawData( buffer, nbytes);
        // here for instance
        slotData( m_bufReceive );
        m_bufReceive.resetRawData( buffer, nbytes );

(around line 4146 here)

-- 
David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).




More information about the kfm-devel mailing list