diff -r 65b472535a0d -r d40e813b23c0 stifui/qt/src/stfqtuimodel.cpp --- a/stifui/qt/src/stfqtuimodel.cpp Mon Jun 21 15:41:16 2010 +0300 +++ b/stifui/qt/src/stfqtuimodel.cpp Thu Jul 15 18:39:46 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