Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
206
void MainWindowPrivate::contextMenuSplitVertical()
207
{
208
m_mainWindow->activateView(m_tabView);
209
splitVertical();
210
}
211
212
void MainWindowPrivate::reloadAll()
213
{
Callers
nothing calls this directly
Calls
1
activateView
Method · 0.45
Tested by
no test coverage detected