* @brief Returns the nested group folder hierarchy for the cascading "Move to Folder" menu. */
| 5985 | * @brief Returns the nested group folder hierarchy for the cascading "Move to Folder" menu. |
| 5986 | */ |
| 5987 | QVariantList 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). |
nothing calls this directly
no test coverage detected