kdecore: remove redundant KUrl destructor

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2023-06-25 04:00:33 +03:00
parent a7fe953ca9
commit 94a5a3f641
2 changed files with 0 additions and 9 deletions

View file

@ -350,10 +350,6 @@ KUrl::KUrl()
{
}
KUrl::~KUrl()
{
}
KUrl::KUrl(const QString &str)
: QUrl()
{

View file

@ -313,11 +313,6 @@ public:
*/
KUrl();
/**
* Destructs the KUrl object.
*/
~KUrl();
/**
* Usual constructor, to construct from a string.
* @param urlOrPath An encoded URL or a path.