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

@@ -18,8 +18,6 @@
#include "Device.h"
#define tr(s) QObject::tr(s)
typedef QMap<QString,DevicesPtr> DevicesMap;
static DevicesMap *devicesPtr;