#ifndef PDM_LOCALE #define PDM_LOCALE #include #include #include namespace lliurex { namespace pdm { static QString T(const char* s) { return QString::fromUtf8(gettext(s)); } } } #endif