mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Fix "Skip hash check" feature in torrent import dialog (closes #128)
This commit is contained in:
@@ -143,6 +143,7 @@ void TorrentImportDlg::on_browseContentBtn_clicked()
|
||||
#endif
|
||||
bool size_mismatch = false;
|
||||
QDir content_dir(m_contentPath);
|
||||
content_dir.cdUp();
|
||||
// Check file sizes
|
||||
for (int i=0; i<t->num_files(); ++i) {
|
||||
#if LIBTORRENT_VERSION_MINOR > 15
|
||||
|
||||
Reference in New Issue
Block a user