MCPcopy Create free account
hub / github.com/clementgallet/libTAS / removeSlot

Method removeSlot

src/program/ui/MarkerView.cpp:130–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130void MarkerView::removeSlot()
131{
132 const QModelIndexList indexes = selectionModel()->selectedRows();
133
134 for (int i = indexes.count()-1; i >= 0; i--) {
135 markerModel->removeRows(indexes[i].row(), 1);
136 }
137}

Callers

nothing calls this directly

Calls 1

removeRowsMethod · 0.45

Tested by

no test coverage detected