--- a/stifui/qt/src/stfqtuimodel.cpp Wed Jun 23 18:13:31 2010 +0300
+++ b/stifui/qt/src/stfqtuimodel.cpp Tue Jul 06 14:17:03 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