MCPcopy Create free account
hub / github.com/KDE/kdevelop / updateSelection

Method updateSelection

kdevplatform/shell/selectioncontroller.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

selectionChangedMethod · 0.80

Calls 2

resetMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected