Merge conflicts.
This commit is contained in:
parent
855dda69b7
commit
1e66d7f0e4
|
@ -292,7 +292,3 @@ void MainWindow::ShowErrors(bool checked)
|
|||
{
|
||||
mResults.ShowResults(SHOW_ERRORS, checked);
|
||||
}
|
||||
<<<<<<< HEAD:gui/mainwindow.cpp
|
||||
|
||||
=======
|
||||
>>>>>>> gui:gui/mainwindow.cpp
|
||||
|
|
|
@ -77,11 +77,8 @@ void ResultsTree::AddErrorItem(const QString &file,
|
|||
}
|
||||
}
|
||||
|
||||
<<<<<<< HEAD:gui/resultstree.cpp
|
||||
|
||||
=======
|
||||
>>>>>>> gui:gui/resultstree.cpp
|
||||
ShowTypes ResultsTree::SeverityToShowType(const QString &severity)
|
||||
ShowTypes ResultsTree::SeverityToShowType(const QString & severity)
|
||||
{
|
||||
if (severity == "all")
|
||||
return SHOW_ALL;
|
||||
|
|
Loading…
Reference in New Issue