| 33 | CheckSetSelection& CheckSetSelection::operator=(const CheckSetSelection& other) = default; |
| 34 | |
| 35 | QString CheckSetSelection::selectionAsString() const |
| 36 | { |
| 37 | return d->selection; |
| 38 | } |
| 39 | |
| 40 | QString CheckSetSelection::id() const |
| 41 | { |
no outgoing calls
no test coverage detected