MCPcopy Create free account
hub / github.com/QNapi/qnapi / pbUnselectAllClicked

Method pbUnselectAllClicked

gui/src/forms/frmscan.cpp:205–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205void frmScan::pbUnselectAllClicked() {
206 ui.lwMovies->unselectAll();
207
208 checkPbGetEnabled();
209}
210
211void frmScan::pbInvertSelectionClicked() {
212 ui.lwMovies->invertSelection();

Callers

nothing calls this directly

Calls 1

unselectAllMethod · 0.80

Tested by

no test coverage detected