| 241 | |
| 242 | |
| 243 | bool TemplateTrack::saveTemplateFile() const |
| 244 | { |
| 245 | if (!track.saveTo(template_path)) |
| 246 | return false; |
| 247 | |
| 248 | const_cast<TemplateTrack*>(this)->setHasUnsavedChanges(false); |
| 249 | return true; |
| 250 | } |
| 251 | |
| 252 | bool TemplateTrack::loadTemplateFileImpl() |
| 253 | { |
nothing calls this directly
no test coverage detected