stifui/qt/src/stfqtuimodel.cpp
branchRCL_3
changeset 12 aefcba28a3e0
parent 9 404ad6c9bc20
child 19 d40e813b23c0
equal deleted inserted replaced
11:454d022d514b 12:aefcba28a3e0
    61 
    61 
    62 void StfQtUIModel::RemoveRunningCase(const CStartedTestCase* startedCase)
    62 void StfQtUIModel::RemoveRunningCase(const CStartedTestCase* startedCase)
    63     {
    63     {
    64     runningCaseList.remove(startedCase);
    64     runningCaseList.remove(startedCase);
    65     FireOnRunningCaseChangedEvent();
    65     FireOnRunningCaseChangedEvent();
       
    66     }
       
    67 
       
    68 CSTFCase StfQtUIModel::GetRunningCase(const CStartedTestCase* startedCase)
       
    69     {
       
    70     return runningCaseList.value(startedCase);
    66     }
    71     }
    67 
    72 
    68 void StfQtUIModel::AddCaseByStatus(const TSTFCaseStatusType& type, const CSTFCase& aCase)
    73 void StfQtUIModel::AddCaseByStatus(const TSTFCaseStatusType& type, const CSTFCase& aCase)
    69     {
    74     {
    70     switch (type)
    75     switch (type)