Various Qt6 compile fixes

Task-number: QTCREATORBUG-24098
Change-Id: Ia0fe92d82d4477bd8f14ee25754b114316fc878a
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
hjk
2020-06-19 16:12:42 +02:00
parent e6d1f08642
commit 736e6eada0
11 changed files with 22 additions and 9 deletions

View File

@@ -300,7 +300,8 @@ void MultiExportDialog::accept()
}
if (data.size() > 1 && data.at(0).fileName == data.at(1).fileName) {
QMessageBox::warning(this, windowTitle(),
tr("The file name must contain one of the placeholders %1, %2.").arg("%1", "%2"));
tr("The file name must contain one of the placeholders %1, %2.")
.arg(QString("%1"), QString("%2")));
return;
}