| 209 | } |
| 210 | |
| 211 | void frmScan::pbInvertSelectionClicked() { |
| 212 | ui.lwMovies->invertSelection(); |
| 213 | |
| 214 | checkPbGetEnabled(); |
| 215 | } |
| 216 | |
| 217 | void frmScan::checkPbGetEnabled() { |
| 218 | for (int i = 0; i < ui.lwMovies->count(); ++i) { |
nothing calls this directly
no test coverage detected