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:
Alejandro Martinez
2015-10-03 21:35:22 -03:00
parent 7ce3752208
commit f23ce8bbb8
2 changed files with 105803 additions and 1 deletions

View File

@@ -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();
}

File diff suppressed because one or more lines are too long