| 128 | } |
| 129 | |
| 130 | MainWindow::~ MainWindow() |
| 131 | { |
| 132 | if (memberList().count() == 1) { |
| 133 | // We're closing down... |
| 134 | Core::self()->shutdown(); |
| 135 | } |
| 136 | |
| 137 | delete d_ptr; |
| 138 | } |
| 139 | |
| 140 | KTextEditorIntegration::MainWindow *MainWindow::kateWrapper() const |
| 141 | { |