BUGFIX: Remove empty folders on torrent soft deletion (closes #695174)

This commit is contained in:
Christophe Dumez
2010-12-29 20:31:45 +00:00
parent 28409b83c3
commit 55b0cac61b
5 changed files with 17 additions and 19 deletions

View File

@@ -149,7 +149,7 @@ public:
// value must be given in bytes
static QString friendlyUnit(double val);
static bool isPreviewable(QString extension);
static bool removeEmptyTree(QString path);
static QString branchPath(QString file_path);
static QString magnetUriToName(QString magnet_uri);
static QString magnetUriToHash(QString magnet_uri);
static QString bcLinkToMagnet(QString bc_link);