Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MultiMC/Launcher
/ dialogTitle
Function
dialogTitle
launcher/InstancePageProvider.h:70–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
virtual QString dialogTitle() override
71
{
72
return tr(
"Edit Instance (%1)"
).arg(inst->name());
73
}
74
protected:
75
InstancePtr inst;
76
};
Callers
nothing calls this directly
Calls
1
name
Method · 0.45
Tested by
no test coverage detected