Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
void TabBarPrivate::onTabColseRequested(int index)
104
{
105
const auto &file = q->indexFile(index);
106
q->removeTab(file);
107
}
108
109
void TabBarPrivate::showMenu(QPoint pos)
110
{
Callers
1
closeTab
Method · 0.80
Calls
2
indexFile
Method · 0.80
removeTab
Method · 0.45
Tested by
no test coverage detected