* @brief Returns whether the user has opted in to customising workspaces. */
| 6779 | * @brief Returns whether the user has opted in to customising workspaces. |
| 6780 | */ |
| 6781 | bool DataModel::ProjectModel::customizeWorkspaces() const noexcept |
| 6782 | { |
| 6783 | return m_customizeWorkspaces; |
| 6784 | } |
| 6785 | |
| 6786 | /** |
| 6787 | * @brief Flips the customize switch (Off->On seeds auto layout, On->Off re-seeds it). |
no outgoing calls
no test coverage detected