mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
- Fix bugs with torrent labeling (Problems when adding a torrent when a filter was selected)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user