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

Method defaultFullScoreChanged

src/generalsettings.cpp:139–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void GeneralSettings::defaultFullScoreChanged(const QString &text) {
140 editSettings->setDefaultFullScore(text.toInt());
141}
142
143void GeneralSettings::defaultTimeLimitChanged(const QString &text) {
144 editSettings->setDefaultTimeLimit(text.toInt());

Callers

nothing calls this directly

Calls 1

setDefaultFullScoreMethod · 0.80

Tested by

no test coverage detected