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

Method closeTab

src/plugins/codeeditor/gui/tabbar.cpp:268–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268void TabBar::closeTab(int index)
269{
270 d->onTabColseRequested(index);
271}
272
273void TabBar::onModificationChanged(const QString &fileName, bool isModified)
274{

Callers

nothing calls this directly

Calls 1

onTabColseRequestedMethod · 0.80

Tested by

no test coverage detected