stifui/qt/src/stfqtuimodel.cpp
branchRCL_3
changeset 21 aefcba28a3e0
parent 14 404ad6c9bc20
child 31 e7a04a6385be
--- 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)