* @brief Stores the editor's currently selected action. */
| 3189 | * @brief Stores the editor's currently selected action. |
| 3190 | */ |
| 3191 | void DataModel::ProjectModel::setSelectedAction(const DataModel::Action& action) |
| 3192 | { |
| 3193 | m_selectedAction = action; |
| 3194 | } |
| 3195 | |
| 3196 | /** |
| 3197 | * @brief Stores the editor's currently selected dataset. |
no outgoing calls
no test coverage detected