* @brief Stores the editor's currently selected group. */
| 3181 | * @brief Stores the editor's currently selected group. |
| 3182 | */ |
| 3183 | void DataModel::ProjectModel::setSelectedGroup(const DataModel::Group& group) |
| 3184 | { |
| 3185 | m_selectedGroup = group; |
| 3186 | } |
| 3187 | |
| 3188 | /** |
| 3189 | * @brief Stores the editor's currently selected action. |
no outgoing calls
no test coverage detected