| 26 | SelectionController::~SelectionController() = default; |
| 27 | |
| 28 | Context* SelectionController::currentSelection() |
| 29 | { |
| 30 | Q_D(SelectionController); |
| 31 | |
| 32 | return d->currentSelection.data(); |
| 33 | } |
| 34 | |
| 35 | void SelectionController::updateSelection( Context* ctx ) |
| 36 | { |
no test coverage detected