mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 08:38:45 +00:00
Inital V3 Branch
This commit is contained in:
@@ -42,8 +42,10 @@ class ZoneTime : public RideMetric {
|
||||
setConversion(1.0);
|
||||
}
|
||||
void setLevel(int level) { this->level=level-1; } // zones start from zero not 1
|
||||
void compute(const RideFile *ride, const Zones *zone, int zoneRange, const HrZones *, int,
|
||||
const QHash<QString,RideMetric*> &)
|
||||
void compute(const RideFile *ride, const Zones *zone, int zoneRange,
|
||||
const HrZones *, int,
|
||||
const QHash<QString,RideMetric*> &,
|
||||
const MainWindow *)
|
||||
{
|
||||
seconds = 0;
|
||||
// get zone ranges
|
||||
|
||||
Reference in New Issue
Block a user