mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Use nullptr consistencty instead of 0 and NULL (Qt client)
This commit is contained in:
@@ -69,5 +69,5 @@ void StatsDialog::updateStats()
|
||||
ui.totalRatioValueLabel->setText(Formatter::ratioToString(total.ratio));
|
||||
ui.totalDurationValueLabel->setText(Formatter::timeToString(total.secondsActive));
|
||||
|
||||
ui.startCountLabel->setText(tr("Started %Ln time(s)", 0, total.sessionCount));
|
||||
ui.startCountLabel->setText(tr("Started %Ln time(s)", nullptr, total.sessionCount));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user