mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kdecore: remove redundant KUrl destructor
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
a7fe953ca9
commit
94a5a3f641
2 changed files with 0 additions and 9 deletions
|
@ -350,10 +350,6 @@ KUrl::KUrl()
|
|||
{
|
||||
}
|
||||
|
||||
KUrl::~KUrl()
|
||||
{
|
||||
}
|
||||
|
||||
KUrl::KUrl(const QString &str)
|
||||
: QUrl()
|
||||
{
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue