Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PolyMC/PolyMC
/ dialogTitle
Function
dialogTitle
launcher/InstancePageProvider.h:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
virtual QString dialogTitle() override
60
{
61
return tr(
"Edit Instance (%1)"
).arg(inst->name());
62
}
63
protected:
64
InstancePtr inst;
65
};
Callers
1
ModDownloadDialog
Method · 0.85
Calls
1
name
Method · 0.45
Tested by
no test coverage detected