Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ setTooltipId
Method
setTooltipId
launcher/ui/MainWindow.cpp:120–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
m_contained = new T(parent);
119
}
120
void setTooltipId(const char * tooltip)
121
{
122
m_tooltip = tooltip;
123
}
124
void setTextId(const char * text)
125
{
126
m_text = text;
Callers
4
updateLaunchAction
Method · 0.80
createMainToolbar
Method · 0.80
createNewsToolbar
Method · 0.80
createInstanceToolbar
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected