Fem: Apply clang-format
This commit is contained in:
@@ -143,7 +143,7 @@ void DlgSettingsFemCcxImp::onfileNameChanged(QString FileName)
|
||||
if (!QFileInfo::exists(FileName)) {
|
||||
QMessageBox::critical(this,
|
||||
tr("File does not exist"),
|
||||
tr("The specified executable \n'%1'\n does not exist!\n"
|
||||
tr("The specified executable\n'%1'\n does not exist!\n"
|
||||
"Specify another file please.")
|
||||
.arg(FileName));
|
||||
}
|
||||
|
||||
@@ -106,7 +106,7 @@ void DlgSettingsFemElmerImp::onfileNameChanged(QString FileName)
|
||||
if (!QFileInfo::exists(FileName)) {
|
||||
QMessageBox::critical(this,
|
||||
tr("File does not exist"),
|
||||
tr("The specified executable \n'%1'\n does not exist!\n"
|
||||
tr("The specified executable\n'%1'\n does not exist!\n"
|
||||
"Specify another file please.")
|
||||
.arg(FileName));
|
||||
}
|
||||
|
||||
@@ -77,7 +77,7 @@ void DlgSettingsFemGmshImp::onfileNameChanged(QString FileName)
|
||||
if (!QFileInfo::exists(FileName)) {
|
||||
QMessageBox::critical(this,
|
||||
tr("File does not exist"),
|
||||
tr("The specified executable \n'%1'\n does not exist!\n"
|
||||
tr("The specified executable\n'%1'\n does not exist!\n"
|
||||
"Specify another file please.")
|
||||
.arg(FileName));
|
||||
}
|
||||
|
||||
@@ -79,7 +79,7 @@ void DlgSettingsFemMystranImp::onfileNameChanged(QString FileName)
|
||||
if (!QFileInfo::exists(FileName)) {
|
||||
QMessageBox::critical(this,
|
||||
tr("File does not exist"),
|
||||
tr("The specified executable \n'%1'\n does not exist!\n"
|
||||
tr("The specified executable\n'%1'\n does not exist!\n"
|
||||
"Specify another file please.")
|
||||
.arg(FileName));
|
||||
}
|
||||
|
||||
@@ -105,7 +105,7 @@ void DlgSettingsFemZ88Imp::onfileNameChanged(QString FileName)
|
||||
if (!QFileInfo::exists(FileName)) {
|
||||
QMessageBox::critical(this,
|
||||
tr("File does not exist"),
|
||||
tr("The specified z88r executable \n'%1'\n does not exist!\n"
|
||||
tr("The specified z88r executable\n'%1'\n does not exist!\n"
|
||||
"Specify another file please.")
|
||||
.arg(FileName));
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user