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

Method closeActiveView

plugins/standardoutputview/outputwidget.cpp:371–377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371void OutputWidget::closeActiveView()
372{
373 Q_ASSERT(m_tabwidget);
374 if (const auto* view = m_tabwidget->currentWidget()) {
375 closeView(view);
376 }
377}
378
379void OutputWidget::closeOtherViews()
380{

Callers

nothing calls this directly

Calls 1

currentWidgetMethod · 0.45

Tested by

no test coverage detected