Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ showTooltipForTab
Method
showTooltipForTab
kdevplatform/sublime/container.cpp:822–825 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
820
}
821
822
void Container::showTooltipForTab(int tab)
823
{
824
emit tabToolTipRequested(viewForWidget(widget(tab)), this, tab);
825
}
826
827
bool Container::isCurrentTab(int tab) const
828
{
Callers
1
event
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected