| 706 | } |
| 707 | |
| 708 | bool MainWindow::showToolView(QWidget *widget) |
| 709 | { |
| 710 | if (widget->parentWidget()) { |
| 711 | Core::self()->uiController()->raiseToolView(widget->parentWidget()); |
| 712 | return true; |
| 713 | } |
| 714 | return false; |
| 715 | } |
| 716 | |
| 717 | KTextEditor::MainWindow *MainWindow::interface() const |
| 718 | { |
nothing calls this directly
no test coverage detected