MCPcopy 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
597void MainWindow::newTabRequested()
598{
599 Q_D(MainWindow);
600
601 Sublime::MainWindow::newTabRequested();
602
603 d->fileNew();
604}
605
606void MainWindow::saveNewToolbarConfig()
607{

Callers

nothing calls this directly

Calls 1

fileNewMethod · 0.80

Tested by

no test coverage detected