| 162 | } |
| 163 | |
| 164 | StateMachineDebugInterface *StateModel::stateMachine() const |
| 165 | { |
| 166 | Q_D(const StateModel); |
| 167 | return d->m_stateMachine; |
| 168 | } |
| 169 | |
| 170 | QVariant StateModel::data(const QModelIndex &index, int role) const |
| 171 | { |
no outgoing calls
no test coverage detected