canSaveAs*/
| 542 | |
| 543 | /*canSaveAs*/ |
| 544 | bool KDiff3App::canSaveAs() |
| 545 | { |
| 546 | return (m_bOutputModified && StandardMenus::allowSave()); |
| 547 | } |
| 548 | |
| 549 | /* |
| 550 | Please do not add logic for MergeResultWindow or DiffTextWindow here they have their own handlers. |
nothing calls this directly
no outgoing calls
no test coverage detected