stifui/qt/src/stfqtuimodel.cpp
branchRCL_3
changeset 13 822c625f7adc
parent 9 404ad6c9bc20
child 19 d40e813b23c0
--- a/stifui/qt/src/stfqtuimodel.cpp	Tue May 11 16:14:15 2010 +0300
+++ b/stifui/qt/src/stfqtuimodel.cpp	Wed Jun 09 09:42:37 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)