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);
|
mResults.ShowResults(SHOW_ERRORS, checked);
|
||||||
}
|
}
|
||||||
<<<<<<< HEAD:gui/mainwindow.cpp
|
|
||||||
|
|
||||||
=======
|
|
||||||
>>>>>>> gui:gui/mainwindow.cpp
|
|
||||||
|
|
|
@ -77,10 +77,7 @@ 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")
|
if (severity == "all")
|
||||||
|
|
Loading…
Reference in New Issue