MCPcopy Create free account
hub / github.com/MultiMC/Launcher / setTextId

Method setTextId

launcher/ui/MainWindow.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 m_tooltip = tooltip;
123 }
124 void setTextId(const char * text)
125 {
126 m_text = text;
127 }
128 operator T*()
129 {
130 return m_contained;

Callers 4

updateLaunchActionMethod · 0.80
createMainToolbarMethod · 0.80
createNewsToolbarMethod · 0.80
createInstanceToolbarMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected