* @brief Returns the workspace folders as {id, title} for move-target menus. */
| 5927 | * @brief Returns the workspace folders as {id, title} for move-target menus. |
| 5928 | */ |
| 5929 | QVariantList DataModel::ProjectEditor::workspaceFolderTree() const |
| 5930 | { |
| 5931 | return buildFolderTree(DataModel::ProjectModel::instance().editorWorkspaceFolders(), -1); |
| 5932 | } |
| 5933 | |
| 5934 | /** |
| 5935 | * @brief Returns the folders and workspaces directly under @p parentFolderId (folders first). |
nothing calls this directly
no test coverage detected