Add 16 KiB, 8 MiB and 16 MiB piece sizes in Torrent Creator

This commit is contained in:
ngosang
2015-06-24 13:04:11 +02:00
parent 577ace4971
commit 91818417be
2 changed files with 17 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ TorrentCreatorDlg::TorrentCreatorDlg(QWidget *parent)
showProgressBar(false);
loadTrackerList();
// Piece sizes
m_pieceSizes << 32 << 64 << 128 << 256 << 512 << 1024 << 2048 << 4096;
m_pieceSizes << 16 << 32 << 64 << 128 << 256 << 512 << 1024 << 2048 << 4096 << 8192 << 16384;
loadSettings();
show();
}