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

Method titleChanged

src/summarytree.cpp:314–321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312}
313
314void SummaryTree::titleChanged(const QString &title) {
315 QTreeWidgetItem *curItem = currentItem();
316
317 if (curItem)
318 curItem->setText(0, title);
319
320 emit taskChanged();
321}
322
323void SummaryTree::launchExtTestCaseModifier() {
324 QTreeWidgetItem *curItem = currentItem();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected