| 91 | } |
| 92 | |
| 93 | StateMachineDebugInterface *StateMachineViewerServer::selectedStateMachine() const |
| 94 | { |
| 95 | return m_stateModel->stateMachine(); |
| 96 | } |
| 97 | |
| 98 | bool StateMachineViewerServer::mayAddState(State state) |
| 99 | { |
nothing calls this directly
no test coverage detected