Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ newTabRequested
Method
newTabRequested
kdevplatform/shell/mainwindow.cpp:597–604 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
595
}
596
597
void MainWindow::newTabRequested()
598
{
599
Q_D(MainWindow);
600
601
Sublime::MainWindow::newTabRequested();
602
603
d->fileNew();
604
}
605
606
void MainWindow::saveNewToolbarConfig()
607
{
Callers
nothing calls this directly
Calls
1
fileNew
Method · 0.80
Tested by
no test coverage detected