* @brief Returns the absolute backup directory for the current project, creating it if missing. */
| 261 | * @brief Returns the absolute backup directory for the current project, creating it if missing. |
| 262 | */ |
| 263 | QString Misc::BackupManager::backupDirectory() const |
| 264 | { |
| 265 | return resolveBackupDir(currentProjectStem()); |
| 266 | } |
| 267 | |
| 268 | /** |
| 269 | * @brief Hashes the per-source frame parser code so two summaries can be compared for a |