MCPcopy 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
822void Container::showTooltipForTab(int tab)
823{
824 emit tabToolTipRequested(viewForWidget(widget(tab)), this, tab);
825}
826
827bool Container::isCurrentTab(int tab) const
828{

Callers 1

eventFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected