mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Replace single-character string with character literal
Also remove unnecessary dynamic allocation.
This commit is contained in:
@@ -445,7 +445,7 @@ void AddNewTorrentDialog::updateDiskSpaceLabel()
|
||||
sizeString += " (";
|
||||
sizeString += tr("Free space on disk: %1").arg(Utils::Misc::friendlyUnit(Utils::Fs::freeDiskSpaceOnPath(
|
||||
m_ui->savePath->selectedPath())));
|
||||
sizeString += ")";
|
||||
sizeString += ')';
|
||||
m_ui->labelSize->setText(sizeString);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user