| 185 | ////////////////////////////////////////////////////////////////////////// |
| 186 | |
| 187 | State::ScopedBinding::ScopedBinding( const State &s, State ¤tState ) |
| 188 | : m_currentState( currentState ) |
| 189 | { |
| 190 | init( s ); |
| 191 | } |
| 192 | |
| 193 | State::ScopedBinding::ScopedBinding( const State &s, State ¤tState, bool bind ) |
| 194 | : m_currentState( currentState ) |
no test coverage detected