| 174 | } |
| 175 | |
| 176 | QString QSMStateMachineDebugInterface::stateLabel(State state) const |
| 177 | { |
| 178 | return Util::displayString(fromState(state)); |
| 179 | } |
| 180 | |
| 181 | StateType QSMStateMachineDebugInterface::stateType(State stateId) const |
| 182 | { |
no test coverage detected