Don't use deprecated torrent state "allocating"

Closes #13737.
This commit is contained in:
Chocobo1
2020-11-12 00:12:21 +08:00
parent 61770ad69e
commit 0be2567d97
5 changed files with 0 additions and 16 deletions

View File

@@ -56,8 +56,6 @@ namespace
return QLatin1String("checkingUP");
case BitTorrent::TorrentState::ForcedUploading:
return QLatin1String("forcedUP");
case BitTorrent::TorrentState::Allocating:
return QLatin1String("allocating");
case BitTorrent::TorrentState::Downloading:
return QLatin1String("downloading");
case BitTorrent::TorrentState::DownloadingMetadata: