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

Method sourceExtensionsChanged

src/compilersettings.cpp:226–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226void CompilerSettings::sourceExtensionsChanged(const QString &text) {
227 if (curCompiler)
228 curCompiler->setSourceExtensions(text);
229}
230
231void CompilerSettings::compilerListCurrentRowChanged() {
232 if (ui->compilerList->currentItem()) {

Callers

nothing calls this directly

Calls 1

setSourceExtensionsMethod · 0.80

Tested by

no test coverage detected