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

@@ -24,8 +24,6 @@
#include <boost/foreach.hpp>
#include <errno.h>
#define tr(s) QObject::tr(s)
static bool srm5Registered =
Devices::addType("SRM PCV", DevicesPtr(new SrmDevices( 5 )) );
static bool srm7Registered =