parent
0953995ee3
commit
855dda69b7
|
@ -292,4 +292,7 @@ void MainWindow::ShowErrors(bool checked)
|
||||||
{
|
{
|
||||||
mResults.ShowResults(SHOW_ERRORS, checked);
|
mResults.ShowResults(SHOW_ERRORS, checked);
|
||||||
}
|
}
|
||||||
|
<<<<<<< HEAD:gui/mainwindow.cpp
|
||||||
|
|
||||||
|
=======
|
||||||
|
>>>>>>> gui:gui/mainwindow.cpp
|
||||||
|
|
|
@ -77,7 +77,10 @@ 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