| 268 | } |
| 269 | |
| 270 | void RemoteViewWidget::pickElementId(const QModelIndex &index) |
| 271 | { |
| 272 | const GammaRay::ObjectId id = index.data(ObjectModel::ObjectIdRole).value<GammaRay::ObjectId>(); |
| 273 | m_interface->pickElementId(id); |
| 274 | } |
| 275 | |
| 276 | void RemoteViewWidget::elementsAtReceived(const GammaRay::ObjectIds &ids, int bestCandidate) |
| 277 | { |
no test coverage detected