Request to change signature of a KUrl method
Aurélien Gâteau
aurelien.gateau at canonical.com
Wed Sep 16 14:21:05 BST 2009
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
More information about the kde-core-devel
mailing list