| 441 | } |
| 442 | |
| 443 | bool QuickOpenModel::indexIsItem(const QModelIndex& index) const |
| 444 | { |
| 445 | Q_ASSERT(index.model() == this); |
| 446 | Q_UNUSED(index); |
| 447 | return true; |
| 448 | } |
| 449 | |
| 450 | void QuickOpenModel::setTreeView(QTreeView* view) |
| 451 | { |
no test coverage detected