branch | RCL_3 |
changeset 12 | aefcba28a3e0 |
parent 9 | 404ad6c9bc20 |
child 17 | d40e813b23c0 |
--- a/stifui/qt/src/stfqtuimodel.cpp Tue May 11 16:14:15 2010 +0300 +++ b/stifui/qt/src/stfqtuimodel.cpp Tue May 25 12:43:15 2010 +0300 @@ -65,6 +65,11 @@ FireOnRunningCaseChangedEvent(); } +CSTFCase StfQtUIModel::GetRunningCase(const CStartedTestCase* startedCase) + { + return runningCaseList.value(startedCase); + } + void StfQtUIModel::AddCaseByStatus(const TSTFCaseStatusType& type, const CSTFCase& aCase) { switch (type)