Conflicts:

gui/mainwindow.cpp
	gui/resultstree.cpp
This commit is contained in:
Vesa Pikki 2009-03-22 19:40:29 +02:00
parent 0953995ee3
commit 855dda69b7
2 changed files with 6 additions and 0 deletions

View File

@ -292,4 +292,7 @@ void MainWindow::ShowErrors(bool checked)
{
mResults.ShowResults(SHOW_ERRORS, checked);
}
<<<<<<< HEAD:gui/mainwindow.cpp
=======
>>>>>>> gui:gui/mainwindow.cpp

View File

@ -77,7 +77,10 @@ void ResultsTree::AddErrorItem(const QString &file,
}
}
<<<<<<< HEAD:gui/resultstree.cpp
=======
>>>>>>> gui:gui/resultstree.cpp
ShowTypes ResultsTree::SeverityToShowType(const QString &severity)
{
if (severity == "all")