KIO::Job API changes

Allen Winter winter at kde.org
Tue Oct 2 00:20:59 BST 2007


On Monday 01 October 2007 6:42:43 pm David Faure wrote:
> 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? :/
> 

Ok then.
Guess we expect to have this and KConfig stuff tomorrow.
Should be another "interesting" day.

-Allen




More information about the kde-core-devel mailing list