MCPcopy Create free account
hub / github.com/KDE/kdenlive / getSectionsInOut

Method getSectionsInOut

src/render/renderrequest.cpp:509–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507}
508
509QVector<std::pair<int, int>> RenderRequest::getSectionsInOut()
510{
511 std::vector<RenderRequest::RenderSection> sections = RenderRequest::getGuideSections();
512 QVector<std::pair<int, int>> results;
513 for (auto &sec : sections) {
514 results.append({sec.in, sec.out});
515 }
516 return results;
517}
518
519QStringList RenderRequest::getSectionsNames()
520{

Callers 1

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected