- Fixed a bug in the number of finished torrents initial display

- Started to clean up rss.h
This commit is contained in:
Christophe Dumez 2007-04-05 19:42:39 +00:00
parent d323dcd4e0
commit 381ae195b9
7 changed files with 16 additions and 44 deletions

View file

@ -28,7 +28,6 @@
FinishedTorrents::FinishedTorrents(QObject *parent, bittorrent *BTSession){
setupUi(this);
nbFinished = 0;
((GUI*)parent)->setTabText(1, tr("Finished") +" (0)");
this->parent = parent;
this->BTSession = BTSession;
finishedListModel = new QStandardItemModel(0,9);