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

Method positionChanged

kdevplatform/sublime/area.cpp:378–383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378void Area::positionChanged(View *view, int newPos)
379{
380 qCDebug(SUBLIME) << view << newPos;
381 AreaIndex *index = indexOf(view);
382 index->moveViewPosition(view, newPos);
383}
384
385
386QString Area::workingSet() const

Callers

nothing calls this directly

Calls 2

indexOfFunction · 0.85
moveViewPositionMethod · 0.80

Tested by

no test coverage detected