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:
Fred Gleason
2021-09-01 19:59:37 -04:00
parent 327ceacc06
commit ac594cc68b
298 changed files with 2880 additions and 2879 deletions

View File

@@ -93,7 +93,7 @@ InfoDialog::InfoDialog(QWidget *parent)
label->setFont(subLabelFont());
label=new QLabel(tr("Database Schema")+
QString().sprintf(" %d",RD_VERSION_DATABASE),this);
QString::asprintf(" %d",RD_VERSION_DATABASE),this);
label->setGeometry(210,73,sizeHint().width()-220,14);
label->setAlignment(Qt::AlignVCenter|Qt::AlignRight);
label->setFont(subLabelFont());