| 52 | } |
| 53 | |
| 54 | void ModuleAction::CComment::Undo(CMainFrame &MainFrm) { |
| 55 | GET_MODULE().SetComment(oldComment_, oldShow_); |
| 56 | } |
| 57 | |
| 58 | void ModuleAction::CComment::Redo(CMainFrame &MainFrm) { |
| 59 | GET_MODULE().SetComment(newComment_, newShow_); |
nothing calls this directly
no test coverage detected