MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / name

Method name

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

Source from the content-addressed store, hash-verified

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

Callers 4

CopyInstanceDialogMethod · 0.45
doExportMethod · 0.45
checkCandidatesMethod · 0.45
ensureMetadataMethod · 0.45

Calls 3

QStringClass · 0.85
textMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected