mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
BUGFIX: Make sure seeding torrents display a progress of 100%
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.1.4
|
||||||
|
- BUGFIX: Make sure seeding torrents display a progress of 100%
|
||||||
|
|
||||||
* Sun Jan 31 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.1.3
|
* Sun Jan 31 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.1.3
|
||||||
- BUGFIX: Fix "Append .!qB extension to complete files" (libtorrent v0.15)
|
- BUGFIX: Fix "Append .!qB extension to complete files" (libtorrent v0.15)
|
||||||
- BUGFIX: Make sure bandwidth limiting dialogs are centered on screen
|
- BUGFIX: Make sure bandwidth limiting dialogs are centered on screen
|
||||||
|
|||||||
@@ -397,6 +397,7 @@ int TransferListWidget::updateTorrent(int row) {
|
|||||||
listModel->setData(listModel->index(row, TR_NAME), QVariant(QIcon(QString::fromUtf8(":/Icons/skin/stalledUP.png"))), Qt::DecorationRole);
|
listModel->setData(listModel->index(row, TR_NAME), QVariant(QIcon(QString::fromUtf8(":/Icons/skin/stalledUP.png"))), Qt::DecorationRole);
|
||||||
setRowColor(row, QApplication::palette().color(QPalette::WindowText));
|
setRowColor(row, QApplication::palette().color(QPalette::WindowText));
|
||||||
}
|
}
|
||||||
|
listModel->setData(listModel->index(row, TR_PROGRESS), QVariant((double)1.));
|
||||||
}
|
}
|
||||||
// Common to both downloads and uploads
|
// Common to both downloads and uploads
|
||||||
listModel->setData(listModel->index(row, TR_STATUS), s);
|
listModel->setData(listModel->index(row, TR_STATUS), s);
|
||||||
|
|||||||
Reference in New Issue
Block a user