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

Method diffArgumentsChanged

src/taskeditwidget.cpp:349–354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

347}
348
349void TaskEditWidget::diffArgumentsChanged(const QString &argumentsList) {
350 if (! editTask)
351 return;
352
353 editTask->setDiffArguments(argumentsList);
354}
355
356void TaskEditWidget::realPrecisionChanged(int precision) {
357 if (! editTask)

Callers

nothing calls this directly

Calls 1

setDiffArgumentsMethod · 0.80

Tested by

no test coverage detected