| 51 | } |
| 52 | |
| 53 | void ImportResourceDialog::activated(QModelIndex index) |
| 54 | { |
| 55 | selectedInstanceKey = index.data(InstanceList::InstanceIDRole).toString(); |
| 56 | accept(); |
| 57 | } |
| 58 | |
| 59 | void ImportResourceDialog::selectionChanged(QItemSelection selected, QItemSelection deselected) |
| 60 | { |