mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
- Cleaned up src.pro
- Removed some debug
This commit is contained in:
@@ -1362,7 +1362,6 @@ void GUI::on_actionTorrent_Properties_triggered() {
|
||||
|
||||
void GUI::updateLists(bool force) {
|
||||
if(isVisible() || force) {
|
||||
qDebug("Update LISTS");
|
||||
// update global informations
|
||||
dlSpeedLbl->setText(tr("DL: %1 KiB/s").arg(QString(QByteArray::number(BTSession->getPayloadDownloadRate()/1024., 'f', 1))));
|
||||
upSpeedLbl->setText(tr("UP: %1 KiB/s").arg(QString(QByteArray::number(BTSession->getPayloadUploadRate()/1024., 'f', 1))));
|
||||
|
||||
Reference in New Issue
Block a user