* @brief Clears the project file path without changing project data. */
| 2247 | * @brief Clears the project file path without changing project data. |
| 2248 | */ |
| 2249 | void DataModel::ProjectModel::clearJsonFilePath() |
| 2250 | { |
| 2251 | if (!m_filePath.isEmpty()) { |
| 2252 | m_filePath.clear(); |
| 2253 | Q_EMIT jsonFileChanged(); |
| 2254 | } |
| 2255 | } |
| 2256 | |
| 2257 | /** |
| 2258 | * @brief Sets the frame start delimiter sequence. |