| 131 | } |
| 132 | |
| 133 | void MainWindowPrivate::activePartChanged(KParts::Part *part) |
| 134 | { |
| 135 | if ( Core::self()->uiController()->activeMainWindow() == m_mainWindow) |
| 136 | m_mainWindow->createGUI(part); |
| 137 | } |
| 138 | |
| 139 | void MainWindowPrivate::changeActiveView(Sublime::View *view) |
| 140 | { |
nothing calls this directly
no test coverage detected