BUGFIX: Do not allocate space for unwanted files (preallocation mode)

This commit is contained in:
Christophe Dumez
2011-01-08 13:31:57 +00:00
parent 0d55befc1f
commit 3ccb2fddff
4 changed files with 61 additions and 5 deletions

View File

@@ -167,6 +167,7 @@ private:
void loadTorrentSettings(QTorrentHandle h);
void loadTorrentTempData(QTorrentHandle h, QString savePath, bool magnet);
libtorrent::add_torrent_params initializeAddTorrentParams(QString hash);
libtorrent::entry generateFilePriorityResumeData(boost::intrusive_ptr<libtorrent::torrent_info> t, const std::vector<int> &fp);
private slots:
void addTorrentsFromScanFolder(QStringList&);