MCPcopy Create free account
hub / github.com/FreesmTeam/FreesmLauncher / name

Method name

launcher/ui/dialogs/NewComponentDialog.cpp:97–104  ·  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 return result.trimmed();
102 }
103 return QString();
104}
105
106QString NewComponentDialog::uid() const
107{

Callers 7

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

Calls 3

QStringClass · 0.85
textMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected