mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02: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:
@@ -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());
|
||||
|
Reference in New Issue
Block a user