MCPcopy 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 }
63protected:
64 InstancePtr inst;
65};

Callers 1

ModDownloadDialogMethod · 0.85

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected