- Fix bugs with torrent labeling (Problems when adding a torrent when a filter was selected)

This commit is contained in:
Christophe Dumez 2010-01-03 18:51:24 +00:00
commit 719b32ba36
3 changed files with 12 additions and 4 deletions

View file

@ -59,6 +59,7 @@ public:
TransferListWidget(QWidget *parent, GUI *main_window, Bittorrent* BTSession);
~TransferListWidget();
int getNbTorrents() const;
QStandardItemModel* getSourceModel() const;
protected:
int getRowFromHash(QString hash) const;