run astyle
This commit is contained in:
parent
b732fc0a3e
commit
88b11d889c
|
@ -213,9 +213,9 @@ void MainWindow::LoadSettings()
|
||||||
if (!succeeded)
|
if (!succeeded)
|
||||||
{
|
{
|
||||||
const QString msg = tr("There was a problem with loading the editor application settings.\n\n"
|
const QString msg = tr("There was a problem with loading the editor application settings.\n\n"
|
||||||
"This is probably because the settings were changed between the Cppcheck versions. "
|
"This is probably because the settings were changed between the Cppcheck versions. "
|
||||||
"Please check (and fix) the editor application settings, otherwise the editor "
|
"Please check (and fix) the editor application settings, otherwise the editor "
|
||||||
"program might not start correctly.");
|
"program might not start correctly.");
|
||||||
QMessageBox msgBox(QMessageBox::Warning,
|
QMessageBox msgBox(QMessageBox::Warning,
|
||||||
tr("Cppcheck"),
|
tr("Cppcheck"),
|
||||||
msg,
|
msg,
|
||||||
|
@ -640,7 +640,7 @@ void MainWindow::closeEvent(QCloseEvent *event)
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
const QString text(tr("Checking is running.\n\n" \
|
const QString text(tr("Checking is running.\n\n" \
|
||||||
"Do you want to stop the checking and exit Cppcheck?."));
|
"Do you want to stop the checking and exit Cppcheck?."));
|
||||||
|
|
||||||
QMessageBox msg(QMessageBox::Warning,
|
QMessageBox msg(QMessageBox::Warning,
|
||||||
tr("Cppcheck"),
|
tr("Cppcheck"),
|
||||||
|
@ -1011,8 +1011,8 @@ void MainWindow::OpenRecentProject()
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
const QString text(tr("The project file\n\n%1\n\n could not be found!\n\n"
|
const QString text(tr("The project file\n\n%1\n\n could not be found!\n\n"
|
||||||
"Do you want to remove the file from the recently "
|
"Do you want to remove the file from the recently "
|
||||||
"used projects -list?").arg(project));
|
"used projects -list?").arg(project));
|
||||||
|
|
||||||
QMessageBox msg(QMessageBox::Warning,
|
QMessageBox msg(QMessageBox::Warning,
|
||||||
tr("Cppcheck"),
|
tr("Cppcheck"),
|
||||||
|
|
Loading…
Reference in New Issue