mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
- Fix bugs with torrent labeling (Problems when adding a torrent when a filter was selected)
This commit is contained in:
parent
af5c1096b5
commit
719b32ba36
3 changed files with 12 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue