diff -r 4f2773374eff -r 4b22a598b890 stifui/qt/src/stfqtuimodel.cpp --- a/stifui/qt/src/stfqtuimodel.cpp Fri May 14 15:53:02 2010 +0300 +++ b/stifui/qt/src/stfqtuimodel.cpp Thu May 27 12:52:19 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)