MCPcopy Create free account
hub / github.com/KDE/kdevelop / newWindow

Method newWindow

kdevplatform/shell/mainwindow_actions.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95void MainWindowPrivate::newWindow()
96{
97 Core::self()->uiController()->switchToArea(m_mainWindow->area()->objectName(), UiController::NewWindow);
98}
99
100void MainWindowPrivate::splitHorizontal()
101{

Callers

nothing calls this directly

Calls 3

switchToAreaMethod · 0.80
uiControllerMethod · 0.80
areaMethod · 0.45

Tested by

no test coverage detected