1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-02 01:44:26 +00:00

- I should not have to call repaint() manually

This commit is contained in:
Christophe Dumez 2010-01-24 17:16:20 +00:00
parent 74c61e6805
commit 41650da297

View File

@ -498,7 +498,6 @@ void TransferListWidget::refreshList() {
}
// Update status filters counters
emit torrentStatusUpdate(nb_downloading, nb_seeding, nb_active, nb_inactive);
repaint();
}
int TransferListWidget::getRowFromHash(QString hash) const{