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

Method deleteSingleCase

src/testcaseeditwidget.cpp:133–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void TestCaseEditWidget::deleteSingleCase() {
134 QTableWidgetSelectionRange range = ui->fileList->selectedRanges().at(0);
135
136 for (int i = 0; i <= range.rowCount(); i++) {
137 editTestCase->deleteSingleCase(range.topRow());
138 }
139
140 refreshFileList();
141}
142
143void TestCaseEditWidget::fileListSelectionChanged() {
144 if (! editTestCase)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected