mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Added a new tab for finished torrents (WIP, not used yet)
This commit is contained in:
parent
c832d91f79
commit
13aa2cfa6e
7 changed files with 138 additions and 10 deletions
|
@ -43,6 +43,7 @@
|
|||
|
||||
class createtorrent;
|
||||
class QTimer;
|
||||
class FinishedTorrents;
|
||||
class DLListDelegate;
|
||||
class downloadThread;
|
||||
class downloadFromURL;
|
||||
|
@ -74,6 +75,7 @@ class GUI : public QMainWindow, private Ui::MainWindow{
|
|||
about *aboutdlg;
|
||||
QStandardItemModel *DLListModel;
|
||||
DLListDelegate *DLDelegate;
|
||||
FinishedTorrents *finishedTorrentTab;
|
||||
unsigned int nbTorrents;
|
||||
QLabel *connecStatusLblIcon;
|
||||
bool systrayIntegration;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue