Ramon Zarazua wrote: > Hello. > > I have been working with KUrls frequently, and often I Need to clean the path > of a URL before passing it in as an argument into a function. I am just > suggesting having cleanPath return a reference to itself, to allow chaining, > and avoid having to create temporaries to call the function. I suggest introducing a "KUrl::cleanedPath(const CleanPathOption& options) const" method which would not alter the current url and return a cleaned version. This is BC and quite consistent with other Qt API (example, QRect::adjust() and QRect::adjusted()) Aurelien