mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
- Improved a lot switching between tabs
This commit is contained in:
@@ -45,6 +45,7 @@ class FinishedTorrents : public QWidget, public Ui::seeding{
|
||||
QTreeView* getFinishedList();
|
||||
QStandardItemModel* getFinishedListModel();
|
||||
bool loadColWidthFinishedList();
|
||||
int getRowFromHash(const QString& hash) const;
|
||||
|
||||
public slots:
|
||||
void addFinishedSHA(QString sha);
|
||||
@@ -62,6 +63,9 @@ class FinishedTorrents : public QWidget, public Ui::seeding{
|
||||
protected slots:
|
||||
void on_actionSet_upload_limit_triggered();
|
||||
|
||||
signals:
|
||||
void torrentMovedFromFinishedList(torrent_handle);
|
||||
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user