Skip to content

Commit

Permalink
RideFile::watts is sufficient
Browse files Browse the repository at this point in the history
.. don't need to fully quality RideFile::SeriesType::watts
  • Loading branch information
liversedge committed Jul 30, 2018
1 parent 4437e94 commit 1a7839d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Charts/CPPlot.cpp
Expand Up @@ -1003,7 +1003,7 @@ CPPlot::plotTests(RideItem *rideitem)
QVector<QPointF> points;

// just plot tests as power duration for now, will reiterate to add others later.
if (rideSeries == RideFile::SeriesType::watts) {
if (rideSeries == RideFile::watts) {

// rides to search, this one only -or- all in the date range selected?
QList<RideItem*> rides;
Expand Down

0 comments on commit 1a7839d

Please sign in to comment.