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

Method defaultMemoryLimitChanged

src/generalsettings.cpp:149–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 editSettings->setDefaultExtraTimeRatio(text.toDouble());
148}
149void GeneralSettings::defaultMemoryLimitChanged(const QString &text) {
150 editSettings->setDefaultMemoryLimit(text.toInt());
151}
152
153void GeneralSettings::compileTimeLimitChanged(const QString &text) {
154 editSettings->setCompileTimeLimit(text.toInt());

Callers

nothing calls this directly

Calls 1

setDefaultMemoryLimitMethod · 0.80

Tested by

no test coverage detected