mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-10 01:22:31 -06:00
[TorrentCreator] Show number of pieces. Closes #6774.
This commit is contained in:
@@ -47,6 +47,8 @@ namespace BitTorrent
|
||||
void create(const QString &inputPath, const QString &savePath, const QStringList &trackers,
|
||||
const QStringList &urlSeeds, const QString &comment, bool isPrivate, int pieceSize);
|
||||
|
||||
static int calculateTotalPieces(const QString &inputPath, const int pieceSize);
|
||||
|
||||
protected:
|
||||
void run();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user