Remove warnings

This commit is contained in:
Damien
2012-12-09 22:59:21 +01:00
parent 0b6fc56578
commit baed9f87c5
7 changed files with 30 additions and 21 deletions

View File

@@ -181,7 +181,7 @@ struct SyncFileReaderState
QDateTime t = QDateTime(QDate(2000+year,month,day), QTime(hour,min,sec));
if (secs == 0.0 || rideFile->startTime().toTime_t()<0) {
if (secs == 0.0) { // || rideFile->startTime().toTime_t()<0
rideFile->setStartTime(t);
}
else {