| 103 | } |
| 104 | |
| 105 | void FlamePage::triggerSearch() |
| 106 | { |
| 107 | listModel->searchWithTerm(ui->searchEdit->text(), ui->sortByBox->currentIndex()); |
| 108 | } |
| 109 | |
| 110 | void FlamePage::onSelectionChanged(QModelIndex curr, QModelIndex prev) |
| 111 | { |
nothing calls this directly
no test coverage detected