Fem: Apply clang-format

This commit is contained in:
wmayer
2023-09-25 12:58:37 +02:00
committed by wwmayer
parent b8b94c249e
commit 836c237d3c
5 changed files with 5 additions and 5 deletions

View File

@@ -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));
}

View File

@@ -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));
}

View File

@@ -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));
}

View File

@@ -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));
}

View File

@@ -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;