mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Identify the device type as "Garmin TCX" when reading from a tcx file.
This commit is contained in:
@@ -28,6 +28,7 @@ RideFile *TcxFileReader::openRideFile(QFile &file, QStringList &errors) const
|
||||
(void) errors;
|
||||
RideFile *rideFile = new RideFile();
|
||||
rideFile->setRecIntSecs(1.0);
|
||||
rideFile->setDeviceType("Garmin TCX");
|
||||
|
||||
TcxParser handler(rideFile);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user