- Added drag'n Drop from torrent list to labels (for torrent labeling)

- Fix label counters update in some cases
This commit is contained in:
Christophe Dumez 2009-12-16 14:55:07 +00:00
commit 18bd3b855c
5 changed files with 77 additions and 7 deletions

View file

@ -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();