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

Method moveViewsTo

kdevplatform/sublime/areaindex.cpp:180–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void AreaIndex::moveViewsTo(AreaIndex *target)
181{
182 Q_D(AreaIndex);
183
184 target->d_ptr->views = d->views;
185 d->views.clear();
186}
187
188void AreaIndex::moveViewPosition(View* view, int newPos)
189{

Callers 1

unsplitMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected