mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
@@ -214,7 +214,6 @@ class RideItem : public QObject
|
||||
|
||||
// sorting
|
||||
bool operator<(RideItem right) const { return dateTime < right.dateTime; }
|
||||
bool operator>(RideItem right) const { return dateTime < right.dateTime; }
|
||||
|
||||
private:
|
||||
void updateIntervals();
|
||||
|
||||
Reference in New Issue
Block a user