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

Method rmSourceFileClicked

src/taskeditwidget.cpp:550–561  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548}
549
550void TaskEditWidget::rmSourceFileClicked() {
551 if (! editTask)
552 return;
553
554 QList<QTableWidgetSelectionRange> ranges = ui->sourceFilesTable->selectedRanges();
555
556 if (ranges.length() <= 0)
557 return;
558
559 rmSourceFilesAt(ranges.at(0).topRow());
560 multiFilesRefresh();
561}
562
563void TaskEditWidget::rmGraderFileClicked() {
564 if (! editTask)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected