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

Method setOutputFileName

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

Source from the content-addressed store, hash-verified

86void Task::setInputFileName(const QString &fileName) { inputFileName = fileName; }
87
88void Task::setOutputFileName(const QString &fileName) { outputFileName = fileName; }
89
90void Task::setStandardInputCheck(bool check) { standardInputCheck = check; }
91

Callers 3

addTaskMethod · 0.80
addTaskWithScoreScaleMethod · 0.80
outputFileNameChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected