mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Fixed typo in SML import and added test file
This one is a ride with power contributed by forum user Roland
This commit is contained in:
@@ -150,7 +150,7 @@ SmlParser::endElement(const QString&, const QString&, const QString& qName)
|
||||
{
|
||||
distance = buffer.toDouble()/1000.0; // Distance comes in meters
|
||||
}
|
||||
else if (qName == "Bikepower")
|
||||
else if (qName == "BikePower")
|
||||
{
|
||||
watts = buffer.toDouble();
|
||||
}
|
||||
|
||||
105802
test/rides/02A609510F000F00-2015-10-01T13_59_29-0.sml
Normal file
105802
test/rides/02A609510F000F00-2015-10-01T13_59_29-0.sml
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user