Use w/kg units always, not wpk

.. and also allow lrbalance in data filter
This commit is contained in:
Mark Liversedge
2014-06-15 09:26:45 +01:00
parent ee6251beff
commit 0fce4b27e8
2 changed files with 5 additions and 4 deletions

View File

@@ -51,6 +51,7 @@ static RideFile::SeriesType nameToSeries(QString name)
if (!name.compare("xPower", Qt::CaseInsensitive)) return RideFile::xPower;
if (!name.compare("VAM", Qt::CaseInsensitive)) return RideFile::vam;
if (!name.compare("wpk", Qt::CaseInsensitive)) return RideFile::wattsKg;
if (!name.compare("lrbalance", Qt::CaseInsensitive)) return RideFile::lrbalance;
return RideFile::none;