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
|
@ -68,6 +68,8 @@ public slots:
|
|||
void deleteSelectedTorrents();
|
||||
void increasePrioSelectedTorrents();
|
||||
void decreasePrioSelectedTorrents();
|
||||
void topPrioSelectedTorrents();
|
||||
void bottomPrioSelectedTorrents();
|
||||
void buySelectedTorrents() const;
|
||||
void copySelectedMagnetURIs() const;
|
||||
void openSelectedTorrentsFolder() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue