MCPcopy Create free account
hub / github.com/ElyPrismLauncher/Launcher / name

Method name

launcher/ui/dialogs/NewComponentDialog.cpp:98–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98QString NewComponentDialog::name() const
99{
100 auto result = ui->nameTextBox->text();
101 if (result.size()) {
102 return result.trimmed();
103 }
104 return QString();
105}
106
107QString NewComponentDialog::uid() const
108{

Callers 9

CopyInstanceDialogMethod · 0.45
CreateShortcutDialogMethod · 0.45
stateChangedMethod · 0.45
doExportMethod · 0.45
checkCandidatesMethod · 0.45
ensureMetadataMethod · 0.45
ExportPackDialogMethod · 0.45
doneMethod · 0.45

Calls 3

QStringClass · 0.50
textMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected