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

Method moveRowsToBottom

kdevplatform/project/projectbuildsetmodel.cpp:393–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393void ProjectBuildSetModel::moveRowsToBottom(int row, int count)
394{
395 Q_D(ProjectBuildSetModel);
396
397 QList<BuildItem> items = d->items.mid(row, count);
398 removeRows( row, count );
399 insertItemsOverrideCache( rowCount(), items );
400}
401
402void ProjectBuildSetModel::moveRowsUp(int row, int count)
403{

Callers 1

moveToBottomMethod · 0.80

Calls 1

midMethod · 0.80

Tested by

no test coverage detected