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

Method onTabColseRequested

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

Source from the content-addressed store, hash-verified

101}
102
103void TabBarPrivate::onTabColseRequested(int index)
104{
105 const auto &file = q->indexFile(index);
106 q->removeTab(file);
107}
108
109void TabBarPrivate::showMenu(QPoint pos)
110{

Callers 1

closeTabMethod · 0.80

Calls 2

indexFileMethod · 0.80
removeTabMethod · 0.45

Tested by

no test coverage detected