Replace TorrentHandle::fileExtremityPieces() with TorrentInfo::filePieces()

This commit is contained in:
Eugene Shalygin
2016-05-23 18:55:18 +02:00
parent b3378d4599
commit 5f2362dc89
2 changed files with 7 additions and 27 deletions

View File

@@ -247,7 +247,6 @@ namespace BitTorrent
qlonglong fileSize(int index) const;
QStringList absoluteFilePaths() const;
QStringList absoluteFilePathsUnwanted() const;
QPair<int, int> fileExtremityPieces(int index) const;
QVector<int> filePriorities() const;
TorrentInfo info() const;