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

Method setTitle

plugins/standardoutputview/outputwidget.cpp:772–781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

770}
771
772void OutputWidget::setTitle(int outputId, const QString& title)
773{
774 auto fview = m_views.value(outputId, FilteredView{});
775 if (fview.view && (data->type & KDevelop::IOutputView::MultipleView)) {
776 const int idx = m_tabwidget->indexOf(fview.view);
777 if (idx >= 0) {
778 m_tabwidget->setTabText(idx, title);
779 }
780 }
781}
782
783auto OutputWidget::constIterator(FilteredViews::iterator it) -> FilteredViews::const_iterator
784{

Callers 4

showContextMenuMethod · 0.45
prepareFormMethod · 0.45
loadMethod · 0.45
startMethod · 0.45

Calls 2

valueMethod · 0.45
indexOfMethod · 0.45

Tested by 1

startMethod · 0.36