| 200 | } |
| 201 | |
| 202 | void CheckSetSelectionManager::removeCheckSetSelections(const QVector<QString>& checkSetSelectionIds) |
| 203 | { |
| 204 | for (const QString& checkSetSelectionId : checkSetSelectionIds) { |
| 205 | removeCheckSetSelection(checkSetSelectionId); |
| 206 | } |
| 207 | } |
| 208 | |
| 209 | void CheckSetSelectionManager::setDefaultCheckSetSelection(const QString& checkSetSelectionId) |
| 210 | { |