| 236 | } |
| 237 | |
| 238 | async::Notification Audacity4Project::captureThumbnailRequested() const |
| 239 | { |
| 240 | return m_captureThumbnailRequested; |
| 241 | } |
| 242 | |
| 243 | Ret Audacity4Project::saveProject(const muse::io::path_t& path, const std::string& fileSuffix, bool generateBackup, bool createThumbnail) |
| 244 | { |