mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 11:38:50 -07:00
- I should not have to call repaint() manually
This commit is contained in:
parent
74c61e6805
commit
41650da297
1 changed files with 0 additions and 1 deletions
|
@ -498,7 +498,6 @@ void TransferListWidget::refreshList() {
|
||||||
}
|
}
|
||||||
// Update status filters counters
|
// Update status filters counters
|
||||||
emit torrentStatusUpdate(nb_downloading, nb_seeding, nb_active, nb_inactive);
|
emit torrentStatusUpdate(nb_downloading, nb_seeding, nb_active, nb_inactive);
|
||||||
repaint();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
int TransferListWidget::getRowFromHash(QString hash) const{
|
int TransferListWidget::getRowFromHash(QString hash) const{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue