1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-10 14:57:52 +00:00

- Update comment

This commit is contained in:
Christophe Dumez 2009-12-22 19:23:34 +00:00
parent 8b5d388e77
commit e663717d64

View File

@ -274,7 +274,7 @@ public slots:
TorrentTempData::setSavePath(hash, savePath.path());
qDebug("Torrent label is: %s", comboLabel->currentText().trimmed().toLocal8Bit().data());
TorrentTempData::setLabel(hash, comboLabel->currentText().trimmed());
// Create .incremental file if necessary
// Is download sequential?
TorrentTempData::setSequential(hash, checkIncrementalDL->isChecked());
#ifdef LIBTORRENT_0_15
// Skip file checking and directly start seeding