* @brief Returns the base workspace path. */
| 71 | * @brief Returns the base workspace path. |
| 72 | */ |
| 73 | QString Misc::WorkspaceManager::path() const noexcept |
| 74 | { |
| 75 | return m_path; |
| 76 | } |
| 77 | |
| 78 | /** |
| 79 | * @brief Returns the user friendly workspace path. |
no test coverage detected