- 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{