| 137 | } |
| 138 | |
| 139 | void DockedEditor::dockWidgetCloseRequested() |
| 140 | { |
| 141 | ads::CDockWidget *dockWidget = qobject_cast<ads::CDockWidget *>(sender()); |
| 142 | ScintillaNext *editor = qobject_cast<ScintillaNext *>(dockWidget->widget()); |
| 143 | |
| 144 | emit editorCloseRequested(editor); |
| 145 | } |
| 146 | |
| 147 | ads::CDockAreaWidget *DockedEditor::currentDockArea() const |
| 148 | { |
nothing calls this directly
no outgoing calls
no test coverage detected