Drop ".unwanted folder" feature

This commit is contained in:
Vladimir Golovnev (Glassez)
2020-05-11 19:08:27 +03:00
parent 17205802ec
commit 6a0a78f3f7
8 changed files with 35 additions and 137 deletions

View File

@@ -537,7 +537,7 @@ namespace BitTorrent
struct RemovingTorrentData
{
QString name;
QStringList pathsToRemove;
QString pathToRemove;
DeleteOption deleteOption;
};