mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
FEATURE: Added a torrent import assistant to seed or keep downloading outside torrents
This commit is contained in:
parent
31e4b8dc31
commit
90dd337069
16 changed files with 560 additions and 43 deletions
|
@ -109,7 +109,7 @@ public:
|
|||
h.file_progress(fp);
|
||||
unsigned int nbFiles = h.num_files();
|
||||
for(unsigned int i=0; i<nbFiles; ++i){
|
||||
QString fileName = h.file_at(i);
|
||||
QString fileName = h.filename_at(i);
|
||||
QString extension = fileName.split(QString::fromUtf8(".")).last().toUpper();
|
||||
if(misc::isPreviewable(extension)) {
|
||||
int row = previewListModel->rowCount();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue