Download more pieces in "Download first and last pieces first" feature

This commit is contained in:
ngosang 2015-09-18 04:58:16 +02:00 committed by ngosang
parent 193913129f
commit 6b6411d06b
3 changed files with 14 additions and 4 deletions

View file

@ -668,7 +668,7 @@ void TransferListWidget::displayListMenu(const QPoint&)
QAction actionSequential_download(tr("Download in sequential order"), 0);
actionSequential_download.setCheckable(true);
connect(&actionSequential_download, SIGNAL(triggered()), this, SLOT(toggleSelectedTorrentsSequentialDownload()));
QAction actionFirstLastPiece_prio(tr("Download first and last piece first"), 0);
QAction actionFirstLastPiece_prio(tr("Download first and last pieces first"), 0);
actionFirstLastPiece_prio.setCheckable(true);
connect(&actionFirstLastPiece_prio, SIGNAL(triggered()), this, SLOT(toggleSelectedFirstLastPiecePrio()));
// End of actions