mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
@@ -422,6 +422,9 @@ TcxParser::endElement( const QString&, const QString&, const QString& qName)
|
||||
delete swimXdata;
|
||||
swimXdata = NULL;
|
||||
}
|
||||
} else if (qName == "Notes") {
|
||||
// Add Notes to metadata
|
||||
rideFile->setTag("Notes", buffer);
|
||||
} else if (qName == "Creator") {
|
||||
creator = false;
|
||||
} else if (creator && qName == "Name") {
|
||||
|
||||
2
test/rides/2020-02-05_17-25-14_Training-with-Notes.tcx
Normal file
2
test/rides/2020-02-05_17-25-14_Training-with-Notes.tcx
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user