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

Method refresh

src/exttestcasemodifier.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53ExtTestCaseModifier::~ExtTestCaseModifier() { delete ui; }
54
55void ExtTestCaseModifier::refresh() {
56 ui->testCaseTable->refreshTask(editTask);
57 whenTestCaseSelectionChanged();
58}
59
60void ExtTestCaseModifier::init(Task *theTask, const Settings *theSettings) {
61 editTask = theTask;

Callers

nothing calls this directly

Calls 1

refreshTaskMethod · 0.80

Tested by

no test coverage detected