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:
@@ -22,8 +22,6 @@
|
||||
#include <math.h>
|
||||
#include <float.h>
|
||||
|
||||
#define tr(s) QObject::tr(s)
|
||||
|
||||
// comparing doubles is nasty
|
||||
static bool doubles_equal(double a, double b)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user