Porting Kdelibs to Qt4

David Faure faure at kde.org
Mon Feb 20 09:24:25 GMT 2006


On Sunday 19 February 2006 18:07, Oscar BLUMBERG wrote:
> Here is the kzip.cpp patch to make it fully qt4ized,
Thanks.

> I tested it with kziptest and it seems to works fine.
It leaks the memory of the ParseFileInfo instances though, since the auto-delete
behavior doesn't exist in Qt4 anymore. I made it value based to avoid new/delete,
and I applied it to kdelibs.

-- 
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 kde-core-devel mailing list