| 127 | } |
| 128 | |
| 129 | QVector<CheckSetSelection> CheckSetSelectionManager::checkSetSelections() const |
| 130 | { |
| 131 | return m_checkSetSelections; |
| 132 | } |
| 133 | |
| 134 | CheckSetSelection CheckSetSelectionManager::checkSetSelection(const QString& checkSetSelectionId) const |
| 135 | { |
no outgoing calls
no test coverage detected