mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
kget: adjust to KUrl changes
KUrl::upUrl() does not simply remove the filename component of the URL now, KUrl::directory() does that (as it should) Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
994a53cdbb
commit
3ea549ebbc
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ class KGET_EXPORT Transfer : public Job
|
|||
/**
|
||||
* @returns the directory the Transfer will be stored to
|
||||
*/
|
||||
virtual KUrl directory() const {return m_dest.upUrl();}
|
||||
virtual KUrl directory() const {return m_dest.directory();}
|
||||
|
||||
/**
|
||||
* Move the download to the new destination
|
||||
|
|
Loading…
Add table
Reference in a new issue