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

Method pbInvertSelectionClicked

gui/src/forms/frmscan.cpp:211–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211void frmScan::pbInvertSelectionClicked() {
212 ui.lwMovies->invertSelection();
213
214 checkPbGetEnabled();
215}
216
217void frmScan::checkPbGetEnabled() {
218 for (int i = 0; i < ui.lwMovies->count(); ++i) {

Callers

nothing calls this directly

Calls 1

invertSelectionMethod · 0.80

Tested by

no test coverage detected