MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / switchHeaderSource

Method switchHeaderSource

src/plugins/codeeditor/gui/tabwidget.cpp:707–714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

705}
706
707void TabWidget::switchHeaderSource()
708{
709 auto editor = d->currentTextEditor();
710 if (!editor || !editor->hasFocus())
711 return;
712
713 editor->switchHeaderSource();
714}
715
716void TabWidget::followSymbolUnderCursor()
717{

Callers 1

Calls 2

currentTextEditorMethod · 0.80
hasFocusMethod · 0.80

Tested by

no test coverage detected