mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Drop ".unwanted folder" feature
This commit is contained in:
parent
17205802ec
commit
6a0a78f3f7
8 changed files with 35 additions and 137 deletions
|
@ -458,9 +458,6 @@ void TorrentContentModel::setupModelData(const BitTorrent::TorrentInfo &info)
|
|||
pathFolders.removeLast();
|
||||
|
||||
for (const QStringRef &pathPartRef : asConst(pathFolders)) {
|
||||
if (pathPartRef == QLatin1String(".unwanted"))
|
||||
continue;
|
||||
|
||||
const QString pathPart = pathPartRef.toString();
|
||||
TorrentContentModelFolder *newParent = currentParent->childFolderWithName(pathPart);
|
||||
if (!newParent) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue