| 145 | } |
| 146 | |
| 147 | void ProjectFilterConfigPage::remove() |
| 148 | { |
| 149 | Q_ASSERT(m_ui->filters->currentIndex().isValid()); |
| 150 | m_model->removeRows(m_ui->filters->currentIndex().row(), 1); |
| 151 | } |
| 152 | |
| 153 | void ProjectFilterConfigPage::moveUp() |
| 154 | { |
no test coverage detected