mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Enable RideFile seriesName translation
Also changed all references to QObject::tr for a version with the proper context
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user