* @brief Returns the workspace folder used for project files. */
| 740 | * @brief Returns the workspace folder used for project files. |
| 741 | */ |
| 742 | QString DataModel::ProjectModel::jsonProjectsPath() const |
| 743 | { |
| 744 | return Misc::WorkspaceManager::instance().path("Projects"); |
| 745 | } |
| 746 | |
| 747 | /** |
| 748 | * @brief Allocates the next persistent uniqueId for a new group or dataset. |
no test coverage detected