From kde-core-devel Thu May 19 23:57:21 2005 From: Richard Smith Date: Thu, 19 May 2005 23:57:21 +0000 To: kde-core-devel Subject: Re: QUrl in KDE 4 Message-Id: <200505200057.22593.kde () metafoo ! co ! uk> X-MARC-Message: https://marc.info/?l=kde-core-devel&m=111654704226324 On Thursday 19 May 2005 21:56, Frans Englich wrote: > How would the performance impact be if QUrl was splitted into QUri and > Qurl(inheriting QUri)? That has the square-rectangle problem. A QUrl is not a QUri, since there are things you can do to a QUri that you cannot do to a QUrl (like set it to "foo:bar"). Likewise a QUri is not a QUrl, since there are things you can do to a QUrl that you cannot do to a QUri (like get/set the path or hostname). -- Thanks, Richard