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

Method deleteViewBar

kdevplatform/shell/ktexteditorpluginintegration.cpp:666–671  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664}
665
666void MainWindow::deleteViewBar(KTextEditor::View *view)
667{
668 auto viewBar = m_viewBars.take(view);
669 m_mainWindow->viewBarContainer()->removeViewBar(viewBar);
670 delete viewBar;
671}
672
673void MainWindow::showViewBar(KTextEditor::View *view)
674{

Callers

nothing calls this directly

Calls 2

removeViewBarMethod · 0.80
viewBarContainerMethod · 0.80

Tested by

no test coverage detected