| 754 | } |
| 755 | |
| 756 | void VirtualFileDialog::on_fileList_clicked(const QModelIndex &index) |
| 757 | { |
| 758 | ui->filename->setText(m_FileProxy->data(index, RemoteFileModel::FileNameRole).toString()); |
| 759 | } |
| 760 | |
| 761 | void VirtualFileDialog::fileList_selectionChanged(const QItemSelection &selected, |
| 762 | const QItemSelection &deselected) |