| 325 | |
| 326 | |
| 327 | QStringList CheckListModel::enabledChecks() const |
| 328 | { |
| 329 | if (m_isDefault) { |
| 330 | return QStringList(); |
| 331 | } |
| 332 | |
| 333 | return m_rootCheckGroup->enabledChecksRules(); |
| 334 | } |
| 335 | |
| 336 | void CheckListModel::setEnabledChecks(const QStringList& enabledChecks) |
| 337 | { |
no test coverage detected