Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
268
void TabBar::closeTab(int index)
269
{
270
d->onTabColseRequested(index);
271
}
272
273
void TabBar::onModificationChanged(const QString &fileName, bool isModified)
274
{
Callers
nothing calls this directly
Calls
1
onTabColseRequested
Method · 0.80
Tested by
no test coverage detected