| 93 | } |
| 94 | |
| 95 | void MainWindowPrivate::newWindow() |
| 96 | { |
| 97 | Core::self()->uiController()->switchToArea(m_mainWindow->area()->objectName(), UiController::NewWindow); |
| 98 | } |
| 99 | |
| 100 | void MainWindowPrivate::splitHorizontal() |
| 101 | { |
nothing calls this directly
no test coverage detected