Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
180
void AreaIndex::moveViewsTo(AreaIndex *target)
181
{
182
Q_D(AreaIndex);
183
184
target->d_ptr->views = d->views;
185
d->views.clear();
186
}
187
188
void AreaIndex::moveViewPosition(View* view, int newPos)
189
{
Callers
1
unsplit
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected