Merge pull request #8954 from Chocobo1/firstlast

Relax behavior of "Download first and last piece first"
This commit is contained in:
Mike Tzou
2018-05-23 13:26:02 +08:00
committed by GitHub
2 changed files with 31 additions and 43 deletions

View File

@@ -333,7 +333,7 @@ namespace BitTorrent
void setName(const QString &name);
void setSequentialDownload(bool b);
void toggleSequentialDownload();
void setFirstLastPiecePriority(bool b);
void setFirstLastPiecePriority(bool enabled);
void toggleFirstLastPiecePriority();
void pause();
void resume(bool forced = false);