| 124 | } |
| 125 | |
| 126 | void CFrameAction::SaveRedoState(const CMainFrame &MainFrm) // // // |
| 127 | { |
| 128 | m_pRedoState = std::make_unique<CFrameEditorState>(*GET_VIEW()); // // // |
| 129 | } |
| 130 | |
| 131 | void CFrameAction::RestoreUndoState(CMainFrame &MainFrm) const // // // |
| 132 | { |
no outgoing calls
no test coverage detected