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

Method modifySelected

src/exttestcasetable.cpp:257–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255}
256
257void ExtTestCaseTable::modifySelected(int mi, int mx) {
258 QTableWidgetSelectionRange range(mi, 1, mx, columnCount() - 1);
259 setRangeSelected(range, true);
260 whenItemSelectionChanged();
261}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected