mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2021-09-01 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up deprecation warnings for 'QString::sprintf()'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -69,7 +69,7 @@ HourSelector::HourSelector(QWidget *parent)
|
||||
}
|
||||
else {
|
||||
for(unsigned i=0;i<24;i++) {
|
||||
hour_button[i]->setText(QString().sprintf("%02u",i));
|
||||
hour_button[i]->setText(QString::asprintf("%02u",i));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user