mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
FEATURE: Added actions to "Move to top/bottom" of priority queue
This commit is contained in:
parent
0bcbaf6521
commit
66d4cc2ab8
13 changed files with 245 additions and 193 deletions
|
@ -202,8 +202,9 @@ signals:
|
|||
private:
|
||||
void addTorrentsFromDir(const QDir &dir, QStringList &torrents) {
|
||||
const QStringList files = dir.entryList(filters, QDir::Files, QDir::Unsorted);
|
||||
foreach(const QString &file, files)
|
||||
foreach(const QString &file, files) {
|
||||
torrents << dir.canonicalPath() + '/' + file;
|
||||
}
|
||||
}
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue