mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-31 12:00:16 -07:00
FEATURE: Added label-level Pause/Resume/Delete actions
This commit is contained in:
parent
308e358d3f
commit
e24ce87946
62 changed files with 4486 additions and 3000 deletions
|
@ -63,9 +63,12 @@ public slots:
|
|||
void setSelectedTorrentsLocation();
|
||||
void startSelectedTorrents();
|
||||
void startAllTorrents();
|
||||
void startVisibleTorrents();
|
||||
void pauseSelectedTorrents();
|
||||
void pauseAllTorrents();
|
||||
void pauseVisibleTorrents();
|
||||
void deleteSelectedTorrents();
|
||||
void deleteVisibleTorrents();
|
||||
void increasePrioSelectedTorrents();
|
||||
void decreasePrioSelectedTorrents();
|
||||
void topPrioSelectedTorrents();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue