- Set refresh list interval to 30ms min (instead of 10ms)

This commit is contained in:
Christophe Dumez 2009-11-22 18:08:05 +00:00
parent 573a18c20f
commit 8b78096366
2 changed files with 24 additions and 23 deletions

View file

@ -380,6 +380,7 @@ void TransferListWidget::setFinished(QTorrentHandle &h) {
}
void TransferListWidget::setRefreshInterval(int t) {
qDebug("Settings transfer list refresh interval to %dms", t);
refreshTimer->start(t);
}