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

Method setDiffArguments

src/core/task.cpp:98–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96void Task::setComparisonMode(Task::ComparisonMode mode) { comparisonMode = mode; }
97
98void Task::setDiffArguments(const QString &argumentsList) { diffArguments = argumentsList; }
99
100void Task::setRealPrecision(int precision) { realPrecision = precision; }
101

Callers 1

diffArgumentsChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected