| 356 | } |
| 357 | |
| 358 | void RemoteViewWidget::setPickSourceModel(QAbstractItemModel *sourceModel) |
| 359 | { |
| 360 | if (sourceModel == m_pickProxyModel->sourceModel()) |
| 361 | return; |
| 362 | |
| 363 | m_pickProxyModel->setSourceModel(sourceModel); |
| 364 | } |
| 365 | |
| 366 | void RemoteViewWidget::reset() |
| 367 | { |