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

Method copyTo

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

Source from the content-addressed store, hash-verified

181}
182
183void Task::copyTo(Task *to) {
184 QJsonObject obj;
185 writeToJson(obj);
186 to->readFromJson(obj);
187}
188
189void Task::refreshCompilerConfiguration(Settings *settings) {
190 QList<Compiler *> compilerList = settings->getCompilerList();

Callers 2

initMethod · 0.80

Calls 1

readFromJsonMethod · 0.45

Tested by 1

initMethod · 0.64