mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-23 01:36:15 +03:00
- Update comment
This commit is contained in:
parent
8b5d388e77
commit
e663717d64
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ public slots:
|
||||||
TorrentTempData::setSavePath(hash, savePath.path());
|
TorrentTempData::setSavePath(hash, savePath.path());
|
||||||
qDebug("Torrent label is: %s", comboLabel->currentText().trimmed().toLocal8Bit().data());
|
qDebug("Torrent label is: %s", comboLabel->currentText().trimmed().toLocal8Bit().data());
|
||||||
TorrentTempData::setLabel(hash, comboLabel->currentText().trimmed());
|
TorrentTempData::setLabel(hash, comboLabel->currentText().trimmed());
|
||||||
// Create .incremental file if necessary
|
// Is download sequential?
|
||||||
TorrentTempData::setSequential(hash, checkIncrementalDL->isChecked());
|
TorrentTempData::setSequential(hash, checkIncrementalDL->isChecked());
|
||||||
#ifdef LIBTORRENT_0_15
|
#ifdef LIBTORRENT_0_15
|
||||||
// Skip file checking and directly start seeding
|
// Skip file checking and directly start seeding
|
||||||
|
|
Loading…
Reference in a new issue