KIO::Job API changes

David Faure faure at kde.org
Mon Oct 1 23:42:43 BST 2007


kostja has been working on replacing all those bools in the KIO job public API with proper flags,
but he didn't send me the final version of his patch today, I guess there was a miscommunication.
I would really like to have this in kde4 though :(

KIO::DeleteJob *job = KIO::del(url, HideProgressInfo)
is much nicer than 
KIO::DeleteJob *job = KIO::del(url, false /*oops this meant shred but that feature is gone and we can't remove the bool with the current API*/, false /*hide progress info*/);

Can this be done tomorrow too? :/

-- 
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