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

Method rmGraderFileClicked

src/taskeditwidget.cpp:563–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561}
562
563void TaskEditWidget::rmGraderFileClicked() {
564 if (! editTask)
565 return;
566
567 QList<QTableWidgetSelectionRange> ranges = ui->graderFilesTable->selectedRanges();
568
569 if (ranges.length() <= 0)
570 return;
571
572 rmGraderFilesAt(ranges.at(0).topRow());
573 multiFilesRefresh();
574}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected