Remove torrent temp folder when torrent is deleted

This commit is contained in:
Vladimir Golovnev (Glassez)
2017-04-26 13:15:37 +03:00
parent c56b4a25bc
commit 160b7ff2d3
3 changed files with 17 additions and 12 deletions

View File

@@ -59,7 +59,7 @@ namespace Utils
bool smartRemoveEmptyFolderTree(const QString& path);
bool forceRemove(const QString& file_path);
void removeDirRecursive(const QString& dirName);
void removeDirRecursive(const QString& path);
QString tempPath();
}