mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 12:59:56 -07:00
- Added drag'n Drop from torrent list to labels (for torrent labeling)
- Fix label counters update in some cases
This commit is contained in:
parent
868d423c82
commit
18bd3b855c
5 changed files with 77 additions and 7 deletions
|
|
@ -88,7 +88,6 @@ protected slots:
|
|||
#endif
|
||||
void toggleSelectedTorrentsSequentialDownload();
|
||||
void toggleSelectedFirstLastPiecePrio();
|
||||
void setSelectionLabel(QString label);
|
||||
void askNewLabelForSelection();
|
||||
void setRowColor(int row, QColor color);
|
||||
|
||||
|
|
@ -96,6 +95,7 @@ public slots:
|
|||
void refreshList();
|
||||
void addTorrent(QTorrentHandle& h);
|
||||
void setFinished(QTorrentHandle &h);
|
||||
void setSelectionLabel(QString label);
|
||||
void setRefreshInterval(int t);
|
||||
void startSelectedTorrents();
|
||||
void startAllTorrents();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue