Add trackers in exported .torrent files

Co-authored-by: Chocobo1 <Chocobo1@users.noreply.github.com>

PR #17018.
This commit is contained in:
Vladimir Golovnev
2022-05-12 08:12:19 +03:00
committed by GitHub
parent 0c8220c9fd
commit 7ad667e8d2
7 changed files with 47 additions and 33 deletions

View File

@@ -609,7 +609,7 @@ namespace BitTorrent
bool addTorrent_impl(const std::variant<MagnetUri, TorrentInfo> &source, const AddTorrentParams &addTorrentParams);
void updateSeedingLimitTimer();
void exportTorrentFile(const TorrentInfo &torrentInfo, const QString &folderPath, const QString &baseName);
void exportTorrentFile(const Torrent *torrent, const QString &folderPath);
void handleAlert(const lt::alert *a);
void dispatchTorrentAlert(const lt::alert *a);