Namespaces | Defines | Functions
QGpCoreTools/Translations.h File Reference
#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 Documentation

#define TRANSLATIONS (   context)
Value:
public: \
  static QString tr(const char * s, const char * comments=0) {return QCoreApplication::translate(context, s, comments);}
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines