MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / groupFolderTree

Method groupFolderTree

app/src/DataModel/ProjectEditor.cpp:5987–5990  ·  view source on GitHub ↗

* @brief Returns the nested group folder hierarchy for the cascading "Move to Folder" menu. */

Source from the content-addressed store, hash-verified

5985 * @brief Returns the nested group folder hierarchy for the cascading "Move to Folder" menu.
5986 */
5987QVariantList DataModel::ProjectEditor::groupFolderTree() const
5988{
5989 return buildFolderTree(DataModel::ProjectModel::instance().editorGroupFolders(), -1);
5990}
5991
5992/**
5993 * @brief Returns the folders and groups directly under @p parentFolderId (folders first).

Callers

nothing calls this directly

Calls 1

buildFolderTreeFunction · 0.85

Tested by

no test coverage detected