changeset 19 | 4b22a598b890 |
parent 17 | 4f2773374eff |
child 31 | e7a04a6385be |
--- a/stifui/qt/inc/stfqtuimodel.h Fri May 14 15:53:02 2010 +0300 +++ b/stifui/qt/inc/stfqtuimodel.h Thu May 27 12:52:19 2010 +0300 @@ -32,6 +32,7 @@ void AddCaseByStatus(const TSTFCaseStatusType& type, const CSTFCase& aCase); void AddStifModelEventListener(IStifModelEventListener* listener); void RemoveStifModelEventListener(IStifModelEventListener* listener); + CSTFCase GetRunningCase(const CStartedTestCase* startedCase); void PauseCase(); void ResumeCase(); void AbortCase();