Remove some empty lines.
This commit is contained in:
parent
a574eb1012
commit
62741bfd4a
|
@ -86,7 +86,6 @@ MainWindow::MainWindow() :
|
|||
|
||||
setCentralWidget(&mResults);
|
||||
|
||||
|
||||
connect(&mActionExit, SIGNAL(triggered()), this, SLOT(close()));
|
||||
connect(&mActionCheckFiles, SIGNAL(triggered()), this, SLOT(CheckFiles()));
|
||||
connect(&mActionCheckDirectory, SIGNAL(triggered()), this, SLOT(CheckDirectory()));
|
||||
|
@ -132,10 +131,6 @@ MainWindow::MainWindow() :
|
|||
toolbar->addAction(&mActionSettings);
|
||||
toolbar->addAction(&mActionAbout);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
LoadSettings();
|
||||
mThread.Initialize(&mResults);
|
||||
setWindowTitle(tr("Cppcheck"));
|
||||
|
@ -191,7 +186,6 @@ void MainWindow::SaveSettings()
|
|||
mApplications.SaveSettings(mSettings);
|
||||
}
|
||||
|
||||
|
||||
void MainWindow::DoCheckFiles(QFileDialog::FileMode mode)
|
||||
{
|
||||
QFileDialog dialog(this);
|
||||
|
@ -306,7 +300,6 @@ void MainWindow::ProgramSettings()
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
void MainWindow::ReCheck()
|
||||
{
|
||||
ClearResults();
|
||||
|
@ -431,5 +424,3 @@ void MainWindow::ResultsAdded()
|
|||
mActionClearResults.setEnabled(true);
|
||||
mActionSave.setEnabled(true);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue