forked from qt-creator/qt-creator
Various Qt6 compile fixes
Task-number: QTCREATORBUG-24098 Change-Id: Ia0fe92d82d4477bd8f14ee25754b114316fc878a Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user