* @brief Returns true when the project has unsaved edits. */
| 484 | * @brief Returns true when the project has unsaved edits. |
| 485 | */ |
| 486 | bool DataModel::ProjectModel::modified() const noexcept |
| 487 | { |
| 488 | return m_modified; |
| 489 | } |
| 490 | |
| 491 | /** |
| 492 | * @brief Returns the project-wide payload decoder method. |
no outgoing calls
no test coverage detected