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

Method comparisonModeChanged

src/taskeditwidget.cpp:342–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

340}
341
342void TaskEditWidget::comparisonModeChanged() {
343 if (! editTask)
344 return;
345
346 editTask->setComparisonMode(Task::ComparisonMode(ui->comparisonMode->currentIndex()));
347}
348
349void TaskEditWidget::diffArgumentsChanged(const QString &argumentsList) {
350 if (! editTask)

Callers

nothing calls this directly

Calls 2

ComparisonModeEnum · 0.85
setComparisonModeMethod · 0.80

Tested by

no test coverage detected