mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-12 08:16:16 -07:00
- Removed a duplicate debug message
This commit is contained in:
parent
1bb286f4a9
commit
937af1ae73
1 changed files with 0 additions and 1 deletions
|
@ -1374,7 +1374,6 @@ void GUI::addTorrent(const QString& path, bool fromScanDir, const QString& from_
|
||||||
QString savePath = getSavePath(QString(t.name().c_str()));
|
QString savePath = getSavePath(QString(t.name().c_str()));
|
||||||
int row = DLListModel->rowCount();
|
int row = DLListModel->rowCount();
|
||||||
// Adding files to bittorrent session
|
// Adding files to bittorrent session
|
||||||
std::cout << "save path: " << (const char*)savePath.toUtf8() << "\n";
|
|
||||||
if(hasFilteredFiles(QString(t.name().c_str()))){
|
if(hasFilteredFiles(QString(t.name().c_str()))){
|
||||||
h = s->add_torrent(t, fs::path((const char*)savePath.toUtf8()), resume_data, false);
|
h = s->add_torrent(t, fs::path((const char*)savePath.toUtf8()), resume_data, false);
|
||||||
qDebug("Full allocation mode");
|
qDebug("Full allocation mode");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue