Identify the device type as "Garmin TCX" when reading from a tcx file.

This commit is contained in:
Robert Carlsen
2009-01-26 18:58:25 +00:00
parent 9e4d237ce9
commit 92749ac705

View File

@@ -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);