| 33 | } |
| 34 | |
| 35 | void SelectionController::updateSelection( Context* ctx ) |
| 36 | { |
| 37 | Q_D(SelectionController); |
| 38 | |
| 39 | d->currentSelection.reset(ctx); |
| 40 | emit selectionChanged(d->currentSelection.data()); |
| 41 | } |
| 42 | |
| 43 | void SelectionController::initialize() |
| 44 | { |
no test coverage detected