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

Method contextMenuSplitVertical

kdevplatform/shell/mainwindow_actions.cpp:206–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206void MainWindowPrivate::contextMenuSplitVertical()
207{
208 m_mainWindow->activateView(m_tabView);
209 splitVertical();
210}
211
212void MainWindowPrivate::reloadAll()
213{

Callers

nothing calls this directly

Calls 1

activateViewMethod · 0.45

Tested by

no test coverage detected