Proactively append extension to incomplete files

PR #17631.
This commit is contained in:
Vladimir Golovnev
2022-09-01 06:53:29 +03:00
committed by GitHub
parent 646322b2a2
commit fe34749cfe
3 changed files with 22 additions and 11 deletions

View File

@@ -47,7 +47,7 @@ public:
public slots:
void search(const BitTorrent::TorrentID &id, const PathList &originalFileNames
, const Path &savePath, const Path &downloadPath);
, const Path &savePath, const Path &downloadPath, bool forceAppendExt);
signals:
void searchFinished(const BitTorrent::TorrentID &id, const Path &savePath, const PathList &fileNames);