| 125 | } |
| 126 | |
| 127 | void ExtGenDialog::updateToggles() |
| 128 | { |
| 129 | for (int i = 0; i < FEATURE_NUM; i++) |
| 130 | { |
| 131 | if (!checkSalts[i]) |
| 132 | continue; |
| 133 | lineSalts[i]->setEnabled(checkSalts[i]->isChecked()); |
| 134 | } |
| 135 | } |
nothing calls this directly
no outgoing calls
no test coverage detected