#include <QtCore>
Go to the source code of this file.
Namespaces | |
namespace | QGpCoreTools |
Defines | |
#define | TRANSLATIONS(context) |
Functions | |
QString | QGpCoreTools::tr (const char *s, const char *comments=0) |
#define TRANSLATIONS | ( | context | ) |
public: \ static QString tr(const char * s, const char * comments=0) {return QCoreApplication::translate(context, s, comments);}