stifui/qt/src/stfqtuimodel.cpp
changeset 31 e7a04a6385be
parent 26 41ebde60981f
--- 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<CSTFCase> list;
     return list;
@@ -159,3 +163,5 @@
     crashedCaseList.clear();
     FireOnCaseStatisticChangedEvent();
     }
+
+// End of File