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

Method inputFileExtensionsChanged

src/generalsettings.cpp:173–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173void GeneralSettings::inputFileExtensionsChanged(const QString &text) {
174 editSettings->setInputFileExtensions(text);
175}
176
177void GeneralSettings::outputFileExtensionsChanged(const QString &text) {
178 editSettings->setOutputFileExtensions(text);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected