diff -r d8e625c87f33 -r e7a04a6385be stifui/qt/src/stfqtuimodel.cpp --- a/stifui/qt/src/stfqtuimodel.cpp Thu Jun 17 15:34:52 2010 +0300 +++ b/stifui/qt/src/stfqtuimodel.cpp Thu Jun 24 14:55:55 2010 +0300 @@ -91,6 +91,8 @@ case EStatusCrashed: crashedCaseList.append(aCase); break; + default: + break; } FireOnCaseStatisticChangedEvent(); } @@ -111,6 +113,8 @@ return abortCaseList; case EStatusCrashed: return crashedCaseList; + default: + break; } QList list; return list; @@ -159,3 +163,5 @@ crashedCaseList.clear(); FireOnCaseStatisticChangedEvent(); } + +// End of File