| 55 | int* savedCounter() { return &m_savedCounter; } |
| 56 | |
| 57 | const undo::UndoState* firstState() const { return m_undoHistory.firstState(); } |
| 58 | const undo::UndoState* currentState() const { return m_undoHistory.currentState(); } |
| 59 | |
| 60 | void moveToState(const undo::UndoState* state); |
no outgoing calls
no test coverage detected