- Added a new tab for finished torrents (WIP, not used yet)

This commit is contained in:
Christophe Dumez 2007-04-04 01:36:55 +00:00
parent c832d91f79
commit 13aa2cfa6e
7 changed files with 138 additions and 10 deletions

View file

@ -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;