MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / compilerNameChanged

Method compilerNameChanged

src/compilersettings.cpp:219–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219void CompilerSettings::compilerNameChanged(const QString &text) {
220 if (curCompiler) {
221 curCompiler->setCompilerName(text);
222 ui->compilerList->currentItem()->setText(text);
223 }
224}
225
226void CompilerSettings::sourceExtensionsChanged(const QString &text) {
227 if (curCompiler)

Callers

nothing calls this directly

Calls 1

setCompilerNameMethod · 0.80

Tested by

no test coverage detected