Enable RideFile seriesName translation

Also changed all references to QObject::tr for a version with the proper context
This commit is contained in:
Alejandro Martinez
2012-12-20 15:55:47 -03:00
parent 9d1e088088
commit dd17383ebe
37 changed files with 9521 additions and 4419 deletions

View File

@@ -36,8 +36,6 @@
start = point->secs; \
}
#define tr(s) QObject::tr(s)
RideFile::RideFile(const QDateTime &startTime, double recIntSecs) :
startTime_(startTime), recIntSecs_(recIntSecs),
deviceType_("unknown"), data(NULL), weight_(0)