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

Method contextMenuFileNew

kdevplatform/shell/mainwindow_actions.cpp:194–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void MainWindowPrivate::contextMenuFileNew()
195{
196 m_mainWindow->activateView(m_tabView);
197 fileNew();
198}
199
200void MainWindowPrivate::contextMenuSplitHorizontal()
201{

Callers

nothing calls this directly

Calls 1

activateViewMethod · 0.45

Tested by

no test coverage detected