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

Method defaultTimeLimitChanged

src/generalsettings.cpp:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void GeneralSettings::defaultTimeLimitChanged(const QString &text) {
144 editSettings->setDefaultTimeLimit(text.toInt());
145}
146void GeneralSettings::defaultExtraTimeRatioChanged(const QString &text) {
147 editSettings->setDefaultExtraTimeRatio(text.toDouble());
148}

Callers

nothing calls this directly

Calls 1

setDefaultTimeLimitMethod · 0.80

Tested by

no test coverage detected