| 726 | } |
| 727 | |
| 728 | void VirtualFileDialog::on_dirList_clicked(const QModelIndex &index) |
| 729 | { |
| 730 | changeCurrentDir(m_DirProxy->mapToSource(index)); |
| 731 | } |
| 732 | |
| 733 | void VirtualFileDialog::dirList_selectionChanged(const QItemSelection &selected, |
| 734 | const QItemSelection &deselected) |
nothing calls this directly
no test coverage detected