| 227 | } |
| 228 | |
| 229 | void ModFilterWidget::onShowAllVersionsChanged() |
| 230 | { |
| 231 | if (ui->showAllVersions->isChecked()) |
| 232 | m_versions_proxy->clearFilters(); |
| 233 | else |
| 234 | m_versions_proxy->setFilter(BaseVersionList::TypeRole, new ExactFilter("release")); |
| 235 | } |
| 236 | |
| 237 | void ModFilterWidget::onVersionFilterChanged(int) |
| 238 | { |
nothing calls this directly
no test coverage detected