* @brief Monotonic counter bumped on every structural project mutation. */
| 630 | * @brief Monotonic counter bumped on every structural project mutation. |
| 631 | */ |
| 632 | qint64 DataModel::ProjectModel::mutationEpoch() const noexcept |
| 633 | { |
| 634 | return m_mutationEpoch; |
| 635 | } |
| 636 | |
| 637 | /** |
| 638 | * @brief Prompts for a password, hashes it, and locks the editor. |
no outgoing calls
no test coverage detected