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

Method realPrecisionChanged

src/taskeditwidget.cpp:356–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

354}
355
356void TaskEditWidget::realPrecisionChanged(int precision) {
357 if (! editTask)
358 return;
359
360 editTask->setRealPrecision(precision);
361}
362
363void TaskEditWidget::specialJudgeChanged(const QString &text) {
364 if (! editTask)

Callers

nothing calls this directly

Calls 1

setRealPrecisionMethod · 0.80

Tested by

no test coverage detected