| 1075 | } |
| 1076 | |
| 1077 | void UICodeEditorSplitter::zoomReset() { |
| 1078 | forEachEditor( []( UICodeEditor* editor ) { editor->fontSizeReset(); } ); |
| 1079 | } |
| 1080 | |
| 1081 | bool UICodeEditorSplitter::tryCodeEditorClose( UICodeEditor* editor, |
| 1082 | UITabWidget::FocusTabBehavior focusTabBehavior, |
no test coverage detected