mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
- Added a new tab for finished torrents (WIP, not used yet)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user