mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07:00
- Fixed a bug in the number of finished torrents initial display
- Started to clean up rss.h
This commit is contained in:
parent
d323dcd4e0
commit
381ae195b9
7 changed files with 16 additions and 44 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue